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

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

version 1.15, 2022/07/19 20:15:19 version 1.16, 2022/11/11 17:07:38
Line 114 
Line 114 
         int i, rv = 0;          int i, rv = 0;
         char *desc;          char *desc;
   
         if (single_execution) {          if (pledge("stdio rpath", NULL) == -1) {
                 if (pledge("stdio rpath", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         memset(&ciphers_config, 0, sizeof(ciphers_config));          memset(&ciphers_config, 0, sizeof(ciphers_config));

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