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

Diff for /src/usr.bin/openssl/openssl.c between version 1.32 and 1.33

version 1.32, 2022/11/11 18:24:32 version 1.33, 2023/04/25 16:11:02
Line 161 
Line 161 
         { FUNC_TYPE_GENERAL, "enc", enc_main },          { FUNC_TYPE_GENERAL, "enc", enc_main },
         { FUNC_TYPE_GENERAL, "errstr", errstr_main },          { FUNC_TYPE_GENERAL, "errstr", errstr_main },
         { FUNC_TYPE_GENERAL, "genpkey", genpkey_main },          { FUNC_TYPE_GENERAL, "genpkey", genpkey_main },
         { FUNC_TYPE_GENERAL, "nseq", nseq_main },  
 #ifndef OPENSSL_NO_OCSP  #ifndef OPENSSL_NO_OCSP
         { FUNC_TYPE_GENERAL, "ocsp", ocsp_main },          { FUNC_TYPE_GENERAL, "ocsp", ocsp_main },
 #endif  #endif

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33