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

Diff for /src/usr.bin/openssl/Attic/nseq.c between version 1.9 and 1.10

version 1.9, 2019/07/14 03:30:46 version 1.10, 2022/11/11 17:07:39
Line 109 
Line 109 
         NETSCAPE_CERT_SEQUENCE *seq = NULL;          NETSCAPE_CERT_SEQUENCE *seq = NULL;
         int i, ret = 1;          int i, ret = 1;
   
         if (single_execution) {          if (pledge("stdio cpath wpath rpath", NULL) == -1) {
                 if (pledge("stdio cpath wpath rpath", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         memset(&nseq_config, 0, sizeof(nseq_config));          memset(&nseq_config, 0, sizeof(nseq_config));

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10