diff options
Diffstat (limited to 'lib/libcrypto/evp/p5_crpt.c')
-rw-r--r-- | lib/libcrypto/evp/p5_crpt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/p5_crpt.c b/lib/libcrypto/evp/p5_crpt.c index e85a60f50ea..cf30ad91768 100644 --- a/lib/libcrypto/evp/p5_crpt.c +++ b/lib/libcrypto/evp/p5_crpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p5_crpt.c,v 1.21 2022/11/26 16:08:52 tb Exp $ */ +/* $OpenBSD: p5_crpt.c,v 1.22 2023/07/07 13:54:46 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -73,6 +73,7 @@ void PKCS5_PBE_add(void) { } +LCRYPTO_ALIAS(PKCS5_PBE_add); int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, @@ -161,3 +162,4 @@ err: PBEPARAM_free(pbe); return rv; } +LCRYPTO_ALIAS(PKCS5_PBE_keyivgen); |