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

Diff for /src/usr.bin/openssl/rsautl.c between version 1.18 and 1.19

version 1.18, 2019/07/14 03:30:46 version 1.19, 2022/11/11 17:07:39
Line 244 
Line 244 
         int keysize;          int keysize;
         int ret = 1;          int ret = 1;
   
         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(&rsautl_config, 0, sizeof(rsautl_config));          memset(&rsautl_config, 0, sizeof(rsautl_config));

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19