From 6c31f1174ed0b29a95e7976b3dcb9efb3432a81f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 27 Jan 2024 16:22:29 +0000 Subject: Mark the functions at the end of this file for removal --- src/lib/libcrypto/evp/evp_pbe.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $OpenBSD: evp_pbe.c,v 1.36 2024/01/27 16:18:25 tb Exp $ */ +/* $OpenBSD: evp_pbe.c,v 1.37 2024/01/27 16:22:29 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -341,6 +341,10 @@ EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, return 1; } +/* + * XXX - remove the functions below in the next major bump + */ + int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, EVP_PBE_KEYGEN *keygen) -- cgit v1.2.3-55-g6feb