summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509
diff options
context:
space:
mode:
authorjsg <>2024-05-19 07:12:50 +0000
committerjsg <>2024-05-19 07:12:50 +0000
commit9dd363a8109e5383b08891f9d0307a5d5aa2bc09 (patch)
treea9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libcrypto/x509
parent2a2414e87248de1d6a6d027ac6b588df8921bf28 (diff)
downloadopenbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.gz
openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.bz2
openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.zip
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'src/lib/libcrypto/x509')
-rw-r--r--src/lib/libcrypto/x509/x509_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h
index 280d1ae46c..9b9980ece5 100644
--- a/src/lib/libcrypto/x509/x509_internal.h
+++ b/src/lib/libcrypto/x509/x509_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_internal.h,v 1.27 2023/11/13 10:33:00 tb Exp $ */ 1/* $OpenBSD: x509_internal.h,v 1.28 2024/05/19 07:12:50 jsg Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -134,7 +134,6 @@ int x509_constraints_check(struct x509_constraints_names *names,
134 struct x509_constraints_names *excluded, int *error); 134 struct x509_constraints_names *excluded, int *error);
135int x509_constraints_chain(STACK_OF(X509) *chain, int *error, 135int x509_constraints_chain(STACK_OF(X509) *chain, int *error,
136 int *depth); 136 int *depth);
137int x509_verify_cert_info_populate(X509 *cert);
138int x509_vfy_check_security_level(X509_STORE_CTX *ctx); 137int x509_vfy_check_security_level(X509_STORE_CTX *ctx);
139 138
140__END_HIDDEN_DECLS 139__END_HIDDEN_DECLS