diff options
author | tobhe <> | 2023-07-03 11:43:15 +0000 |
---|---|---|
committer | tobhe <> | 2023-07-03 11:43:15 +0000 |
commit | 22d7cc2a6107a936dfea68635e1a834998233b02 (patch) | |
tree | ecca6cf572e5d46ac1cb022b69ec70635e4bca4e /src | |
parent | 49a38739893b2039d160a08a6cec9251c66082ed (diff) | |
download | openbsd-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.h | 13 |
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); | |||
148 | LCRYPTO_USED(X509_VERIFY_PARAM_add0_table); | 148 | LCRYPTO_USED(X509_VERIFY_PARAM_add0_table); |
149 | LCRYPTO_USED(X509_VERIFY_PARAM_lookup); | 149 | LCRYPTO_USED(X509_VERIFY_PARAM_lookup); |
150 | LCRYPTO_USED(X509_VERIFY_PARAM_table_cleanup); | 150 | LCRYPTO_USED(X509_VERIFY_PARAM_table_cleanup); |
151 | LCRYPTO_USED(X509_policy_check); | ||
152 | LCRYPTO_USED(X509_policy_tree_free); | ||
153 | LCRYPTO_USED(X509_policy_tree_level_count); | ||
154 | LCRYPTO_USED(X509_policy_tree_get0_level); | ||
155 | LCRYPTO_USED(X509_policy_tree_get0_policies); | ||
156 | LCRYPTO_USED(X509_policy_tree_get0_user_policies); | ||
157 | LCRYPTO_USED(X509_policy_level_node_count); | ||
158 | LCRYPTO_USED(X509_policy_level_get0_node); | ||
159 | LCRYPTO_USED(X509_policy_node_get0_policy); | ||
160 | LCRYPTO_USED(X509_policy_node_get0_qualifiers); | ||
161 | LCRYPTO_USED(X509_policy_node_get0_parent); | ||
162 | 151 | ||
163 | #endif /* _LIBCRYPTO_X509_VFY_H */ | 152 | #endif /* _LIBCRYPTO_X509_VFY_H */ |