From e9d8fa619f1746086655fd3969cb36ff27b1871c Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 16 Jul 2022 15:02:29 +0000 Subject: [PATCH] Zap duplicate ERR_load_TS_strings() prototype It's defined again (more appropiately) further down above the error codes. OK jsing tb --- lib/libcrypto/ts/ts.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/ts/ts.h b/lib/libcrypto/ts/ts.h index 405d29e1661..b2fe32bf771 100644 --- a/lib/libcrypto/ts/ts.h +++ b/lib/libcrypto/ts/ts.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.h,v 1.11 2022/07/12 14:42:50 kn Exp $ */ +/* $OpenBSD: ts.h,v 1.12 2022/07/16 15:02:29 kn Exp $ */ /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL * project 2002, 2003, 2004. */ @@ -351,8 +351,6 @@ ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a, const unsigned char **pp, long length); ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a); -void ERR_load_TS_strings(void); - int TS_REQ_set_version(TS_REQ *a, long version); long TS_REQ_get_version(const TS_REQ *a); -- 2.20.1