Move SM2 algos to SM2 specific PKEY method
[openssl.git] / crypto / asn1 / standard_methods.h
index 0dcd6b8cc9b3074333ce82400449c61f83a8f7f6..e74de55ffeb6215f8c075de5d331832df385b4f7 100644 (file)
@@ -54,5 +54,8 @@ static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
     &ed25519_asn1_meth,
     &ed448_asn1_meth,
 #endif
+#ifndef OPENSSL_NO_SM2
+    &sm2_asn1_meth,
+#endif
 };