summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r--src/lib/libcrypto/x509/x509_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h
index 4ce6cd1e85..cb80005075 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.23 2022/11/26 16:08:54 tb Exp $ */ 1/* $OpenBSD: x509_internal.h,v 1.24 2023/01/20 22:00:47 job Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -94,7 +94,7 @@ int x509_vfy_check_policy(X509_STORE_CTX *ctx);
94int x509_vfy_check_trust(X509_STORE_CTX *ctx); 94int x509_vfy_check_trust(X509_STORE_CTX *ctx);
95int x509_vfy_check_chain_extensions(X509_STORE_CTX *ctx); 95int x509_vfy_check_chain_extensions(X509_STORE_CTX *ctx);
96int x509_vfy_callback_indicate_completion(X509_STORE_CTX *ctx); 96int x509_vfy_callback_indicate_completion(X509_STORE_CTX *ctx);
97void x509v3_cache_extensions(X509 *x); 97int x509v3_cache_extensions(X509 *x);
98X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x); 98X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x);
99 99
100time_t x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter); 100time_t x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter);