summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/p_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/evp/p_dec.c')
-rw-r--r--lib/libcrypto/evp/p_dec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/p_dec.c b/lib/libcrypto/evp/p_dec.c
index 33dd3019118..7225606c313 100644
--- a/lib/libcrypto/evp/p_dec.c
+++ b/lib/libcrypto/evp/p_dec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p_dec.c,v 1.13 2022/11/26 16:08:52 tb Exp $ */
+/* $OpenBSD: p_dec.c,v 1.14 2023/07/07 13:54:46 beck Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -92,3 +92,4 @@ err:
#endif
return (ret);
}
+LCRYPTO_ALIAS(EVP_PKEY_decrypt_old);