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

Diff for /src/usr.bin/openssl/x509.c between version 1.29 and 1.30

version 1.29, 2021/12/12 20:34:04 version 1.30, 2022/11/11 17:07:39
Line 735 
Line 735 
         CONF *extconf = NULL;          CONF *extconf = NULL;
         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(&x509_config, 0, sizeof(x509_config));          memset(&x509_config, 0, sizeof(x509_config));

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30