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

Diff for /src/usr.bin/openssl/pkcs7.c between version 1.11 and 1.12

version 1.11, 2019/07/14 03:30:46 version 1.12, 2022/11/11 17:07:39
Line 154 
Line 154 
         int ret = 1;          int ret = 1;
         int i;          int i;
   
         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(&pkcs7_config, 0, sizeof(pkcs7_config));          memset(&pkcs7_config, 0, sizeof(pkcs7_config));

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12