diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h index c6ce5229ad..030f24c470 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.18 2022/03/14 21:15:49 tb Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.19 2022/06/27 14:10:22 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -135,6 +135,7 @@ int x509_constraints_check(struct x509_constraints_names *names, | |||
135 | int x509_constraints_chain(STACK_OF(X509) *chain, int *error, | 135 | int x509_constraints_chain(STACK_OF(X509) *chain, int *error, |
136 | int *depth); | 136 | int *depth); |
137 | void x509_verify_cert_info_populate(X509 *cert); | 137 | void x509_verify_cert_info_populate(X509 *cert); |
138 | int x509_vfy_check_security_level(X509_STORE_CTX *ctx); | ||
138 | 139 | ||
139 | __END_HIDDEN_DECLS | 140 | __END_HIDDEN_DECLS |
140 | 141 | ||