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/hidden/openssl/x509.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/x509.h') diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h index ac990a631d..e6104cd451 100644 --- a/src/lib/libcrypto/hidden/openssl/x509.h +++ b/src/lib/libcrypto/hidden/openssl/x509.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.h,v 1.14 2024/08/31 10:46:40 tb Exp $ */ +/* $OpenBSD: x509.h,v 1.15 2025/03/09 15:17:22 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -422,7 +422,6 @@ LCRYPTO_USED(X509_print_fp); LCRYPTO_USED(X509_CRL_print_fp); LCRYPTO_USED(X509_REQ_print_fp); LCRYPTO_USED(X509_NAME_print_ex_fp); -LCRYPTO_USED(X509_NAME_print); LCRYPTO_USED(X509_NAME_print_ex); LCRYPTO_USED(X509_print_ex); LCRYPTO_USED(X509_print); -- cgit v1.2.3-55-g6feb