summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-18 11:06:34 +0100
committerMatt Caswell <matt@openssl.org>2020-09-25 11:13:53 +0100
commit989684227b669b5deb52ca05aa99f798fe0852e3 (patch)
treee2293f19b7ab8a98b26809c516c655a2d2bf90a8 /include
parentfb2a6954fbfde3890deb572014f6d135808bf43b (diff)
Remove some dead SM2 code
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12913)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/evp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/evp.h b/include/crypto/evp.h
index 7016606757..835224a7aa 100644
--- a/include/crypto/evp.h
+++ b/include/crypto/evp.h
@@ -156,7 +156,6 @@ const EVP_PKEY_METHOD *dh_pkey_method(void);
const EVP_PKEY_METHOD *dhx_pkey_method(void);
const EVP_PKEY_METHOD *dsa_pkey_method(void);
const EVP_PKEY_METHOD *ec_pkey_method(void);
-const EVP_PKEY_METHOD *sm2_pkey_method(void);
const EVP_PKEY_METHOD *ecx25519_pkey_method(void);
const EVP_PKEY_METHOD *ecx448_pkey_method(void);
const EVP_PKEY_METHOD *ed25519_pkey_method(void);