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

Diff for /src/usr.bin/openssl/asn1pars.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 248 
Line 248 
         ASN1_TYPE *at = NULL;          ASN1_TYPE *at = NULL;
   
         if (single_execution) {          if (single_execution) {
                 if (pledge("stdio rpath wpath cpath", NULL) == -1)                  if (pledge("stdio rpath wpath cpath", NULL) == -1) {
                         perror("pledge");                          perror("pledge");
                           exit(1);
                   }
         }          }
   
         memset(&asn1pars_config, 0, sizeof(asn1pars_config));          memset(&asn1pars_config, 0, sizeof(asn1pars_config));

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