summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/kdf/kdf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/kdf/kdf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/kdf/kdf.h b/src/lib/libcrypto/kdf/kdf.h
index cc506e51bf..f823bf99e2 100644
--- a/src/lib/libcrypto/kdf/kdf.h
+++ b/src/lib/libcrypto/kdf/kdf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kdf.h,v 1.7 2022/05/05 08:24:14 tb Exp $ */ 1/* $OpenBSD: kdf.h,v 1.8 2022/07/12 14:42:49 kn Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -89,10 +89,6 @@ extern "C" {
89 EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \ 89 EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
90 EVP_PKEY_CTRL_HKDF_MODE, mode, NULL) 90 EVP_PKEY_CTRL_HKDF_MODE, mode, NULL)
91 91
92/*
93 * Generated by util/mkerr.pl DO NOT EDIT
94 */
95
96int ERR_load_KDF_strings(void); 92int ERR_load_KDF_strings(void);
97 93
98/* 94/*