[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.7 and 1.8

version 1.7, 2015/09/11 14:30:23 version 1.8, 2015/10/10 22:28:51
Line 118 
Line 118 
         EVP_PKEY *pkey = NULL;          EVP_PKEY *pkey = NULL;
         int ret = 1;          int ret = 1;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         memset(&pkeyparam_config, 0, sizeof(pkeyparam_config));          memset(&pkeyparam_config, 0, sizeof(pkeyparam_config));
   
         if (options_parse(argc, argv, pkeyparam_options, NULL, NULL) != 0) {          if (options_parse(argc, argv, pkeyparam_options, NULL, NULL) != 0) {

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