diff options
author | tb <> | 2024-02-23 09:50:19 +0000 |
---|---|---|
committer | tb <> | 2024-02-23 09:50:19 +0000 |
commit | 2f9cfbbab0541be2daffe9ee996acdac0d1846a2 (patch) | |
tree | 447e0b28a5e0b0033d12fd310c70b930ea6ae343 /src/lib | |
parent | ba520e6a6d1dce259e554b9d928c164ff842d93a (diff) | |
download | openbsd-2f9cfbbab0541be2daffe9ee996acdac0d1846a2.tar.gz openbsd-2f9cfbbab0541be2daffe9ee996acdac0d1846a2.tar.bz2 openbsd-2f9cfbbab0541be2daffe9ee996acdac0d1846a2.zip |
Remove ASN1_time_clamp_notafter() prototype
There is now a prototype in x509_internal.h, so no need to repeat that
here.
Diffstat (limited to 'src/lib')
-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 | { |