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

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

version 1.5, 2015/10/03 03:39:19 version 1.6, 2015/10/10 22:28:51
Line 146 
Line 146 
         const EVP_MD *cert_id_md = NULL;          const EVP_MD *cert_id_md = NULL;
         const char *errstr = NULL;          const char *errstr = NULL;
   
           if (single_execution) {
                   if (pledge("stdio inet rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         args = argv + 1;          args = argv + 1;
         reqnames = sk_OPENSSL_STRING_new_null();          reqnames = sk_OPENSSL_STRING_new_null();
         ids = sk_OCSP_CERTID_new_null();          ids = sk_OCSP_CERTID_new_null();

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