Add ossl_ symbols for sm3 and sm4
[openssl.git] / providers / implementations / digests / sm3_prov.c
index fec3dcbef33c0ddb94a1ca2f149e3d86d4c9f2a8..0de38f2e154603a4d308caca4225b92de14a8877 100644 (file)
@@ -15,4 +15,4 @@
 /* ossl_sm3_functions */
 IMPLEMENT_digest_functions(sm3, SM3_CTX,
                            SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
-                           sm3_init, sm3_update, sm3_final)
+                           ossl_sm3_init, ossl_sm3_update, ossl_sm3_final)