From 2f9cfbbab0541be2daffe9ee996acdac0d1846a2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 23 Feb 2024 09:50:19 +0000 Subject: Remove ASN1_time_clamp_notafter() prototype There is now a prototype in x509_internal.h, so no need to repeat that here. --- src/lib/libcrypto/x509/x509_vfy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') 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 @@ -/* $OpenBSD: x509_vfy.c,v 1.139 2024/01/10 17:31:28 tb Exp $ */ +/* $OpenBSD: x509_vfy.c,v 1.140 2024/02/23 09:50:19 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -146,8 +146,6 @@ static int internal_verify(X509_STORE_CTX *ctx); static int check_key_level(X509_STORE_CTX *ctx, X509 *cert); static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err); -int ASN1_time_tm_clamp_notafter(struct tm *tm); - static int null_callback(int ok, X509_STORE_CTX *e) { -- cgit v1.2.3-55-g6feb