diff options
| author | tb <> | 2024-01-27 16:22:29 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-27 16:22:29 +0000 |
| commit | 51efd532bb3b55f377c4d79532cfacec53c92991 (patch) | |
| tree | 2cd4c42418d70fa303e57eb070a4f0b0b705fb02 /src | |
| parent | 27652b8484d1b6b19e47aba24c78b9316ed6285d (diff) | |
| download | openbsd-51efd532bb3b55f377c4d79532cfacec53c92991.tar.gz openbsd-51efd532bb3b55f377c4d79532cfacec53c92991.tar.bz2 openbsd-51efd532bb3b55f377c4d79532cfacec53c92991.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.c | 6 |
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 | |||
| 344 | int | 348 | int |
| 345 | EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, | 349 | EVP_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) |
