summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortobhe <>2023-07-03 11:43:15 +0000
committertobhe <>2023-07-03 11:43:15 +0000
commit22d7cc2a6107a936dfea68635e1a834998233b02 (patch)
treeecca6cf572e5d46ac1cb022b69ec70635e4bca4e /src
parent49a38739893b2039d160a08a6cec9251c66082ed (diff)
downloadopenbsd-22d7cc2a6107a936dfea68635e1a834998233b02.tar.gz
openbsd-22d7cc2a6107a936dfea68635e1a834998233b02.tar.bz2
openbsd-22d7cc2a6107a936dfea68635e1a834998233b02.zip
Delete some more references to dead policy code.
Fixes -DNAMESPACE ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509_vfy.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509_vfy.h b/src/lib/libcrypto/hidden/openssl/x509_vfy.h
index 29b90bef5a..ee008b097a 100644
--- a/src/lib/libcrypto/hidden/openssl/x509_vfy.h
+++ b/src/lib/libcrypto/hidden/openssl/x509_vfy.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vfy.h,v 1.4 2023/04/25 18:32:42 tb Exp $ */ 1/* $OpenBSD: x509_vfy.h,v 1.5 2023/07/03 11:43:15 tobhe Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -148,16 +148,5 @@ LCRYPTO_USED(X509_VERIFY_PARAM_get_count);
148LCRYPTO_USED(X509_VERIFY_PARAM_add0_table); 148LCRYPTO_USED(X509_VERIFY_PARAM_add0_table);
149LCRYPTO_USED(X509_VERIFY_PARAM_lookup); 149LCRYPTO_USED(X509_VERIFY_PARAM_lookup);
150LCRYPTO_USED(X509_VERIFY_PARAM_table_cleanup); 150LCRYPTO_USED(X509_VERIFY_PARAM_table_cleanup);
151LCRYPTO_USED(X509_policy_check);
152LCRYPTO_USED(X509_policy_tree_free);
153LCRYPTO_USED(X509_policy_tree_level_count);
154LCRYPTO_USED(X509_policy_tree_get0_level);
155LCRYPTO_USED(X509_policy_tree_get0_policies);
156LCRYPTO_USED(X509_policy_tree_get0_user_policies);
157LCRYPTO_USED(X509_policy_level_node_count);
158LCRYPTO_USED(X509_policy_level_get0_node);
159LCRYPTO_USED(X509_policy_node_get0_policy);
160LCRYPTO_USED(X509_policy_node_get0_qualifiers);
161LCRYPTO_USED(X509_policy_node_get0_parent);
162 151
163#endif /* _LIBCRYPTO_X509_VFY_H */ 152#endif /* _LIBCRYPTO_X509_VFY_H */