[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.27 and 1.28

version 1.27, 2018/11/11 06:41:28 version 1.28, 2018/11/11 07:10:57
Line 241 
Line 241 
 #ifndef OPENSSL_NO_SHA512  #ifndef OPENSSL_NO_SHA512
         { FUNC_TYPE_MD, "sha512", dgst_main },          { FUNC_TYPE_MD, "sha512", dgst_main },
 #endif  #endif
   #ifndef OPENSSL_NO_SM3
           { FUNC_TYPE_MD, "sm3", dgst_main },
           { FUNC_TYPE_MD, "sm3WithRSAEncryption", dgst_main },
   #endif
 #ifndef OPENSSL_NO_WHIRLPOOL  #ifndef OPENSSL_NO_WHIRLPOOL
         { FUNC_TYPE_MD, "whirlpool", dgst_main },          { FUNC_TYPE_MD, "whirlpool", dgst_main },
 #endif  #endif

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28