diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h index f6ce78346e..7d3250d063 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.10 2021/08/28 07:49:00 beck Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.11 2021/08/28 15:22:42 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -96,8 +96,7 @@ X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x); | |||
96 | int x509_verify_asn1_time_to_tm(const ASN1_TIME *atime, struct tm *tm, | 96 | int x509_verify_asn1_time_to_tm(const ASN1_TIME *atime, struct tm *tm, |
97 | int notafter); | 97 | int notafter); |
98 | 98 | ||
99 | struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc, | 99 | struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc); |
100 | STACK_OF(X509) *roots); | ||
101 | 100 | ||
102 | void x509_constraints_name_clear(struct x509_constraints_name *name); | 101 | void x509_constraints_name_clear(struct x509_constraints_name *name); |
103 | int x509_constraints_names_add(struct x509_constraints_names *names, | 102 | int x509_constraints_names_add(struct x509_constraints_names *names, |