]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/evp.h
SM3: Add SM3 hash function
[thirdparty/openssl.git] / include / openssl / evp.h
index 3a98e1da9ed73d8ed32639fad3a87c61a0217093..e002d63d245aa770b2129a19e219cdee3f3f9ed7 100644 (file)
@@ -717,6 +717,9 @@ const EVP_MD *EVP_ripemd160(void);
 # ifndef OPENSSL_NO_WHIRLPOOL
 const EVP_MD *EVP_whirlpool(void);
 # endif
+# ifndef OPENSSL_NO_SM3
+const EVP_MD *EVP_sm3(void);
+# endif
 const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
 # ifndef OPENSSL_NO_DES
 const EVP_CIPHER *EVP_des_ecb(void);