diff options
author | Tobias Heider <tobhe@cvs.openbsd.org> | 2023-07-03 11:43:16 +0000 |
---|---|---|
committer | Tobias Heider <tobhe@cvs.openbsd.org> | 2023-07-03 11:43:16 +0000 |
commit | 015aac5f5f433e919dcf0cb31c17e0b3e0df38a7 (patch) | |
tree | dbf7aca24e84a6e3422faf91c76396087370d5f2 /lib/libcrypto | |
parent | 7189b7f917adad61a86ad1997868ece3ce0924fd (diff) |
Delete some more references to dead policy code.
Fixes -DNAMESPACE
ok tb@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/hidden/openssl/x509_vfy.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/libcrypto/hidden/openssl/x509_vfy.h b/lib/libcrypto/hidden/openssl/x509_vfy.h index 29b90bef5a7..ee008b097a6 100644 --- a/lib/libcrypto/hidden/openssl/x509_vfy.h +++ b/lib/libcrypto/hidden/openssl/x509_vfy.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_vfy.h,v 1.4 2023/04/25 18:32:42 tb Exp $ */ +/* $OpenBSD: x509_vfy.h,v 1.5 2023/07/03 11:43:15 tobhe Exp $ */ /* * Copyright (c) 2022 Bob Beck <beck@openbsd.org> * @@ -148,16 +148,5 @@ LCRYPTO_USED(X509_VERIFY_PARAM_get_count); LCRYPTO_USED(X509_VERIFY_PARAM_add0_table); LCRYPTO_USED(X509_VERIFY_PARAM_lookup); LCRYPTO_USED(X509_VERIFY_PARAM_table_cleanup); -LCRYPTO_USED(X509_policy_check); -LCRYPTO_USED(X509_policy_tree_free); -LCRYPTO_USED(X509_policy_tree_level_count); -LCRYPTO_USED(X509_policy_tree_get0_level); -LCRYPTO_USED(X509_policy_tree_get0_policies); -LCRYPTO_USED(X509_policy_tree_get0_user_policies); -LCRYPTO_USED(X509_policy_level_node_count); -LCRYPTO_USED(X509_policy_level_get0_node); -LCRYPTO_USED(X509_policy_node_get0_policy); -LCRYPTO_USED(X509_policy_node_get0_qualifiers); -LCRYPTO_USED(X509_policy_node_get0_parent); #endif /* _LIBCRYPTO_X509_VFY_H */ |