[BACK]Return to verify.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/verify.c between version 1.5 and 1.6

version 1.5, 2015/10/10 22:28:51 version 1.6, 2015/10/17 15:00:11
Line 86 
Line 86 
         X509_VERIFY_PARAM *vpm = NULL;          X509_VERIFY_PARAM *vpm = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath", NULL) == -1)                  if (pledge("stdio rpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         cert_ctx = X509_STORE_new();          cert_ctx = X509_STORE_new();

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6