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

Diff for /src/usr.bin/openssl/gendsa.c between version 1.15 and 1.16

version 1.15, 2022/01/14 09:25:00 version 1.16, 2022/11/11 17:07:39
Line 229 
Line 229 
         char *passout = NULL;          char *passout = NULL;
         BIO *out = NULL, *in = NULL;          BIO *out = NULL, *in = 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(&gendsa_config, 0, sizeof(gendsa_config));          memset(&gendsa_config, 0, sizeof(gendsa_config));

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16