diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-26 20:43:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-26 20:43:33 +0000 |
commit | f4c5fc6da452f579a053fee0255ae037f5656612 (patch) | |
tree | e8c065a42a068371612cf0d77c15a3fd301285ba /lib/libcrypto/Symbols.namespace | |
parent | dc90b7a5f854bb2fd0f789cf4df4dbbbf5971ea5 (diff) |
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 'lib/libcrypto/Symbols.namespace')
-rw-r--r-- | lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/Symbols.namespace b/lib/libcrypto/Symbols.namespace index f477c4d6cec..4320731af38 100644 --- a/lib/libcrypto/Symbols.namespace +++ b/lib/libcrypto/Symbols.namespace @@ -837,7 +837,6 @@ _libre_a2i_IPADDRESS _libre_a2i_IPADDRESS_NC _libre_a2i_ipadd _libre_X509V3_NAME_from_section -_libre_X509_POLICY_NODE_print _libre_ASRange_new _libre_ASRange_free _libre_d2i_ASRange |