[BACK]Return to ssh-pkcs11-helper.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-pkcs11-helper.c between version 1.11 and 1.12

version 1.11, 2015/08/20 22:32:42 version 1.12, 2016/02/15 09:47:49
Line 272 
Line 272 
         char buf[4*4096];          char buf[4*4096];
         extern char *__progname;          extern char *__progname;
   
           ssh_malloc_init();      /* must be called before any mallocs */
         TAILQ_INIT(&pkcs11_keylist);          TAILQ_INIT(&pkcs11_keylist);
         pkcs11_init(0);          pkcs11_init(0);
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12