summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoratishkov <a.tishkov@aladdin.ru>2023-06-30 14:01:59 +0300
committerPauli <pauli@openssl.org>2023-07-07 13:01:50 +1000
commit926601dc0feab2def91ad5a98213436779864459 (patch)
treedc370a5b8b2e4b1ead0a9d572c8480ad1116986b /include
parent61cc84d9f9d8ad3f918d5bd908096d39b72c3969 (diff)
Remove unused internal functions
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21329)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/evp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/crypto/evp.h b/include/crypto/evp.h
index 76ccacfd8d..560a2898e9 100644
--- a/include/crypto/evp.h
+++ b/include/crypto/evp.h
@@ -891,10 +891,6 @@ EVP_MD_CTX *evp_md_ctx_new_ex(EVP_PKEY *pkey, const ASN1_OCTET_STRING *id,
int evp_pkey_name2type(const char *name);
const char *evp_pkey_type2name(int type);
-int evp_pkey_ctx_set1_id_prov(EVP_PKEY_CTX *ctx, const void *id, int len);
-int evp_pkey_ctx_get1_id_prov(EVP_PKEY_CTX *ctx, void *id);
-int evp_pkey_ctx_get1_id_len_prov(EVP_PKEY_CTX *ctx, size_t *id_len);
-
int evp_pkey_ctx_use_cached_data(EVP_PKEY_CTX *ctx);
# endif /* !defined(FIPS_MODULE) */