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

Diff for /src/usr.bin/openssl/pkeyparam.c between version 1.14 and 1.15

version 1.14, 2022/01/14 10:17:30 version 1.15, 2022/11/11 17:07:39
Line 125 
Line 125 
         EVP_PKEY *pkey = NULL;          EVP_PKEY *pkey = NULL;
         int ret = 1;          int ret = 1;
   
         if (single_execution) {          if (pledge("stdio cpath wpath rpath", NULL) == -1) {
                 if (pledge("stdio cpath wpath rpath", NULL) == -1) {                  perror("pledge");
                         perror("pledge");                  exit(1);
                         exit(1);  
                 }  
         }          }
   
         memset(&pkeyparam_config, 0, sizeof(pkeyparam_config));          memset(&pkeyparam_config, 0, sizeof(pkeyparam_config));

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