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

Diff for /src/usr.bin/openssl/ca.c between version 1.53 and 1.54

version 1.53, 2022/02/03 17:44:04 version 1.54, 2022/11/11 17:07:38
Line 685 
Line 685 
         char *tofree = NULL;          char *tofree = NULL;
         DB_ATTR db_attr;          DB_ATTR db_attr;
   
         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(&ca_config, 0, sizeof(ca_config));          memset(&ca_config, 0, sizeof(ca_config));

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54