mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 07:23:56 +08:00
add CBC-MAC and GM OTP, not tested
This commit is contained in:
@@ -67,7 +67,7 @@ void OpenSSL_add_all_digests(void)
|
||||
#ifndef OPENSSL_NO_MD4
|
||||
EVP_add_digest(EVP_md4());
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SM3
|
||||
#ifndef OPENSSL_NO_GMSSL
|
||||
EVP_add_digest(EVP_sm3());
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_MD5
|
||||
|
||||
Reference in New Issue
Block a user