[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.13 and 1.14

version 1.13, 2022/01/10 12:17:49 version 1.14, 2022/01/14 10:17:30
Line 165 
Line 165 
                 goto end;                  goto end;
         }          }
   
 #if notyet  
         if (pkeyparam_config.check) {          if (pkeyparam_config.check) {
                 if (!pkey_check(out, pkey, EVP_PKEY_param_check, "Parameters"))                  if (!pkey_check(out, pkey, EVP_PKEY_param_check, "Parameters"))
                         goto end;                          goto end;
         }          }
 #endif  
   
         if (!pkeyparam_config.noout)          if (!pkeyparam_config.noout)
                 PEM_write_bio_Parameters(out, pkey);                  PEM_write_bio_Parameters(out, pkey);

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