From 2c1948ab61cef09c8a7c3306a9b8f7c311bb5c82 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 8 Jul 2023 12:26:45 +0000 Subject: Hide symbols in rsa ok tb@ --- src/lib/libcrypto/rsa/rsa_prn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rsa/rsa_prn.c') diff --git a/src/lib/libcrypto/rsa/rsa_prn.c b/src/lib/libcrypto/rsa/rsa_prn.c index 12f600d674..1783563661 100644 --- a/src/lib/libcrypto/rsa/rsa_prn.c +++ b/src/lib/libcrypto/rsa/rsa_prn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_prn.c,v 1.9 2022/11/08 19:19:08 tobhe Exp $ */ +/* $OpenBSD: rsa_prn.c,v 1.10 2023/07/08 12:26:45 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -77,6 +77,7 @@ RSA_print_fp(FILE *fp, const RSA *x, int off) BIO_free(b); return ret; } +LCRYPTO_ALIAS(RSA_print_fp); int RSA_print(BIO *bp, const RSA *x, int off) @@ -95,3 +96,4 @@ RSA_print(BIO *bp, const RSA *x, int off) EVP_PKEY_free(pk); return ret; } +LCRYPTO_ALIAS(RSA_print); -- cgit v1.2.3-55-g6feb