summaryrefslogtreecommitdiffstats
path: root/include/crypto/evp.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-14 12:12:54 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-14 12:12:54 +0200
commita80caef5583d64460903656c0bdca612bd52fba5 (patch)
treebdc6247bfb1be8b824601beb36ad1a8be713215b /include/crypto/evp.h
parentc0cb5a32253bf9356ae122937d15d4b9fdcff6b2 (diff)
KDF: clean away old EVP_KDF declarations
They were left-overs from when we still had the legacy KDF implementation Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10170)
Diffstat (limited to 'include/crypto/evp.h')
-rw-r--r--include/crypto/evp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/crypto/evp.h b/include/crypto/evp.h
index b9dc95164c..c49ec404d6 100644
--- a/include/crypto/evp.h
+++ b/include/crypto/evp.h
@@ -169,15 +169,6 @@ struct evp_kdf_st {
OSSL_OP_kdf_set_ctx_params_fn *set_ctx_params;
};
-extern const EVP_KDF pbkdf2_kdf_meth;
-extern const EVP_KDF scrypt_kdf_meth;
-extern const EVP_KDF tls1_prf_kdf_meth;
-extern const EVP_KDF hkdf_kdf_meth;
-extern const EVP_KDF sshkdf_kdf_meth;
-extern const EVP_KDF ss_kdf_meth;
-extern const EVP_KDF x963_kdf_meth;
-extern const EVP_KDF x942_kdf_meth;
-
struct evp_md_st {
/* nid */
int type;