summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-01-27 16:22:29 +0000
committertb <>2024-01-27 16:22:29 +0000
commit6c31f1174ed0b29a95e7976b3dcb9efb3432a81f (patch)
tree2cd4c42418d70fa303e57eb070a4f0b0b705fb02 /src
parent6dc773214b8d9d19fc8d7052f2c24be65fd5a3d6 (diff)
downloadopenbsd-6c31f1174ed0b29a95e7976b3dcb9efb3432a81f.tar.gz
openbsd-6c31f1174ed0b29a95e7976b3dcb9efb3432a81f.tar.bz2
openbsd-6c31f1174ed0b29a95e7976b3dcb9efb3432a81f.zip
Mark the functions at the end of this file for removal
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/evp_pbe.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp_pbe.c b/src/lib/libcrypto/evp/evp_pbe.c
index 12292ab728..422fb356ba 100644
--- a/src/lib/libcrypto/evp/evp_pbe.c
+++ b/src/lib/libcrypto/evp/evp_pbe.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_pbe.c,v 1.36 2024/01/27 16:18:25 tb Exp $ */ 1/* $OpenBSD: evp_pbe.c,v 1.37 2024/01/27 16:22:29 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -341,6 +341,10 @@ EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
341 return 1; 341 return 1;
342} 342}
343 343
344/*
345 * XXX - remove the functions below in the next major bump
346 */
347
344int 348int
345EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, 349EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid,
346 EVP_PBE_KEYGEN *keygen) 350 EVP_PBE_KEYGEN *keygen)