diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index 60a37229b2..c75b31a61a 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.c,v 1.139 2024/01/10 17:31:28 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.140 2024/02/23 09:50:19 tb Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -146,8 +146,6 @@ static int internal_verify(X509_STORE_CTX *ctx); | |||
| 146 | static int check_key_level(X509_STORE_CTX *ctx, X509 *cert); | 146 | static int check_key_level(X509_STORE_CTX *ctx, X509 *cert); | 
| 147 | static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err); | 147 | static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err); | 
| 148 | 148 | ||
| 149 | int ASN1_time_tm_clamp_notafter(struct tm *tm); | ||
| 150 | |||
| 151 | static int | 149 | static int | 
| 152 | null_callback(int ok, X509_STORE_CTX *e) | 150 | null_callback(int ok, X509_STORE_CTX *e) | 
| 153 | { | 151 | { | 
