From 088afb5eb74ddf593a9fb75044cb3ee032fba93f Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 23 Feb 2024 09:50:19 +0000 Subject: [PATCH] Remove ASN1_time_clamp_notafter() prototype There is now a prototype in x509_internal.h, so no need to repeat that here. --- lib/libcrypto/x509/x509_vfy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/x509/x509_vfy.c b/lib/libcrypto/x509/x509_vfy.c index 60a37229b24..c75b31a61a4 100644 --- a/lib/libcrypto/x509/x509_vfy.c +++ b/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) { -- 2.20.1