diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 16:22:30 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 16:22:30 +0000 |
commit | b33dc61e68ecb98dcfa99e29a719d73d3c76806d (patch) | |
tree | 5aa1d90d2c609236b73fe00365f87d3e7c2425f4 /lib | |
parent | 15f52d98df09a8ed7ffddde201d5cc1a843c6b13 (diff) |
Mark the functions at the end of this file for removal
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/evp/evp_pbe.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/evp_pbe.c b/lib/libcrypto/evp/evp_pbe.c index 12292ab7289..422fb356bad 100644 --- a/lib/libcrypto/evp/evp_pbe.c +++ b/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) |