summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-07 16:56:34 +0200
committerTomas Mraz <tomas@openssl.org>2021-05-13 13:17:05 +0200
commit3c39bd9b89198c6b3834c369c7da6f582788f645 (patch)
tree797fc19ceaec3060a9b2bf6d15610452cfe47c27 /include
parenta3c86ce9e8923bb7e5ba3e69eae17aac04dbc76d (diff)
Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
This is a legacy ASN1_PKEY_CTRL that was added after 1.1.1 and is not needed. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15198)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index 9d4867ea99..e17dec8a2c 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1513,8 +1513,7 @@ int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num);
# define ASN1_PKEY_CTRL_SET1_TLS_ENCPT 0x9
# define ASN1_PKEY_CTRL_GET1_TLS_ENCPT 0xa
-# define ASN1_PKEY_CTRL_SUPPORTS_MD_NID 0xb
-# define ASN1_PKEY_CTRL_CMS_IS_RI_TYPE_SUPPORTED 0xc
+# define ASN1_PKEY_CTRL_CMS_IS_RI_TYPE_SUPPORTED 0xb
int EVP_PKEY_asn1_get_count(void);
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);