Remove ASN1_time_clamp_notafter() prototype
authortb <tb@openbsd.org>
Fri, 23 Feb 2024 09:50:19 +0000 (09:50 +0000)
committertb <tb@openbsd.org>
Fri, 23 Feb 2024 09:50:19 +0000 (09:50 +0000)
There is now a prototype in x509_internal.h, so no need to repeat that
here.

lib/libcrypto/x509/x509_vfy.c

index 60a3722..c75b31a 100644 (file)
@@ -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)
 {