From 02325d3f08b84c968c0a9d0980ccca4efca3c676 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 9 Mar 2025 15:17:22 +0000 Subject: Unexport X509_NAME_print() Nothing uses this anymore. M2Crypto has been patched and a fix for opensc has been upstreamed. ok jsing This is the start of a major bump. Don't build the tree until I have synced sets in about 20 commits. --- src/lib/libcrypto/asn1/a_strex.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/asn1/a_strex.c') diff --git a/src/lib/libcrypto/asn1/a_strex.c b/src/lib/libcrypto/asn1/a_strex.c index a9ee0dd9c9..5523c22cc4 100644 --- a/src/lib/libcrypto/asn1/a_strex.c +++ b/src/lib/libcrypto/asn1/a_strex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_strex.c,v 1.36 2025/02/08 03:41:36 tb Exp $ */ +/* $OpenBSD: a_strex.c,v 1.37 2025/03/09 15:17:22 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -590,7 +590,7 @@ x509_name_entry_include(const X509_NAME_ENTRY *ne) return 0; } -int +static int X509_NAME_print(BIO *bio, const X509_NAME *name, int obase) { CBB cbb; @@ -640,7 +640,6 @@ X509_NAME_print(BIO *bio, const X509_NAME *name, int obase) return ret; } -LCRYPTO_ALIAS(X509_NAME_print); /* Wrappers round the main functions */ -- cgit v1.2.3-55-g6feb