From b095c3c5a1f9e1ca6df4f040af58aa1e778537bf Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 26 Apr 2023 20:43:32 +0000 Subject: Take X509_POLICY_NODE_print() behind the barn This used to be public API but is now only used for debug code that has certainly never been used since it was released to the public. It drags that debug nonsense with it. ok beck --- src/lib/libcrypto/hidden/openssl/x509v3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h') diff --git a/src/lib/libcrypto/hidden/openssl/x509v3.h b/src/lib/libcrypto/hidden/openssl/x509v3.h index 044b55334d..e63b91afdb 100644 --- a/src/lib/libcrypto/hidden/openssl/x509v3.h +++ b/src/lib/libcrypto/hidden/openssl/x509v3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509v3.h,v 1.2 2023/04/25 18:48:32 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.3 2023/04/26 20:43:32 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -213,7 +213,6 @@ LCRYPTO_USED(a2i_IPADDRESS); LCRYPTO_USED(a2i_IPADDRESS_NC); LCRYPTO_USED(a2i_ipadd); LCRYPTO_USED(X509V3_NAME_from_section); -LCRYPTO_USED(X509_POLICY_NODE_print); LCRYPTO_USED(ASRange_new); LCRYPTO_USED(ASRange_free); LCRYPTO_USED(d2i_ASRange); -- cgit v1.2.3-55-g6feb