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

Diff for /src/usr.bin/ssh/ssh-pkcs11.c between version 1.2 and 1.3

version 1.2, 2010/02/20 20:28:11 version 1.3, 2010/02/21 06:19:08
Line 97 
Line 97 
                 error("C_Finalize failed: %lu", rv);                  error("C_Finalize failed: %lu", rv);
         p->valid = 0;          p->valid = 0;
         p->function_list = NULL;          p->function_list = NULL;
   #ifdef HAVE_DLOPEN
         dlclose(p->handle);          dlclose(p->handle);
   #endif
 }  }
   
 /*  /*

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3