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

Diff for /src/usr.bin/openssl/smime.c between version 1.17 and 1.18

version 1.17, 2022/01/16 07:12:28 version 1.18, 2022/11/11 17:07:39
Line 722 
Line 722 
         int badarg = 0;          int badarg = 0;
         char *passin = NULL;          char *passin = NULL;
   
         if (single_execution) {          if (pledge("stdio cpath wpath rpath tty", NULL) == -1) {
                 if (pledge("stdio cpath wpath rpath tty", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         memset(&smime_config, 0, sizeof(smime_config));          memset(&smime_config, 0, sizeof(smime_config));

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18