[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.29 and 1.30

version 1.29, 2019/03/17 17:46:00 version 1.30, 2019/11/04 15:25:54
Line 154 
Line 154 
         { FUNC_TYPE_GENERAL, "ca", ca_main },          { FUNC_TYPE_GENERAL, "ca", ca_main },
         { FUNC_TYPE_GENERAL, "certhash", certhash_main },          { FUNC_TYPE_GENERAL, "certhash", certhash_main },
         { FUNC_TYPE_GENERAL, "ciphers", ciphers_main },          { FUNC_TYPE_GENERAL, "ciphers", ciphers_main },
   #ifndef OPENSSL_NO_CMS
           { FUNC_TYPE_GENERAL, "cms", cms_main },
   #endif
         { FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main },          { FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main },
         { FUNC_TYPE_GENERAL, "crl", crl_main },          { FUNC_TYPE_GENERAL, "crl", crl_main },
         { FUNC_TYPE_GENERAL, "dgst", dgst_main },          { FUNC_TYPE_GENERAL, "dgst", dgst_main },

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30