summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/x509v3.h
diff options
context:
space:
mode:
authortb <>2023-04-26 20:43:32 +0000
committertb <>2023-04-26 20:43:32 +0000
commitb095c3c5a1f9e1ca6df4f040af58aa1e778537bf (patch)
tree9eb75afdde7f7f11fd0c86e8a506d4c450decf8f /src/lib/libcrypto/hidden/openssl/x509v3.h
parent453b91d6329d9b353060b1a405a350428ad1d2b4 (diff)
downloadopenbsd-b095c3c5a1f9e1ca6df4f040af58aa1e778537bf.tar.gz
openbsd-b095c3c5a1f9e1ca6df4f040af58aa1e778537bf.tar.bz2
openbsd-b095c3c5a1f9e1ca6df4f040af58aa1e778537bf.zip
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
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509v3.h3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: x509v3.h,v 1.2 2023/04/25 18:48:32 tb Exp $ */ 1/* $OpenBSD: x509v3.h,v 1.3 2023/04/26 20:43:32 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -213,7 +213,6 @@ LCRYPTO_USED(a2i_IPADDRESS);
213LCRYPTO_USED(a2i_IPADDRESS_NC); 213LCRYPTO_USED(a2i_IPADDRESS_NC);
214LCRYPTO_USED(a2i_ipadd); 214LCRYPTO_USED(a2i_ipadd);
215LCRYPTO_USED(X509V3_NAME_from_section); 215LCRYPTO_USED(X509V3_NAME_from_section);
216LCRYPTO_USED(X509_POLICY_NODE_print);
217LCRYPTO_USED(ASRange_new); 216LCRYPTO_USED(ASRange_new);
218LCRYPTO_USED(ASRange_free); 217LCRYPTO_USED(ASRange_free);
219LCRYPTO_USED(d2i_ASRange); 218LCRYPTO_USED(d2i_ASRange);