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

Diff for /src/usr.bin/openssl/errstr.c between version 1.7 and 1.8

version 1.7, 2019/07/14 03:30:45 version 1.8, 2022/11/11 17:07:39
Line 98 
Line 98 
         char buf[256];          char buf[256];
         int ret = 0;          int ret = 0;
   
         if (single_execution) {          if (pledge("stdio rpath", NULL) == -1) {
                 if (pledge("stdio rpath", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         memset(&errstr_config, 0, sizeof(errstr_config));          memset(&errstr_config, 0, sizeof(errstr_config));

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8