summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkn <>2022-07-16 15:02:29 +0000
committerkn <>2022-07-16 15:02:29 +0000
commit10cb0b8ddd0c736d4b9e22896adcc429d4800820 (patch)
tree350fc27212798e6a1ec0e0d80cdbdc0f5ac82a40 /src
parent9f58698ff9bd397bbe017c96e6726136060a58df (diff)
downloadopenbsd-10cb0b8ddd0c736d4b9e22896adcc429d4800820.tar.gz
openbsd-10cb0b8ddd0c736d4b9e22896adcc429d4800820.tar.bz2
openbsd-10cb0b8ddd0c736d4b9e22896adcc429d4800820.zip
Zap duplicate ERR_load_TS_strings() prototype
It's defined again (more appropiately) further down above the error codes. OK jsing tb
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/ts/ts.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h
index 405d29e166..b2fe32bf77 100644
--- a/src/lib/libcrypto/ts/ts.h
+++ b/src/lib/libcrypto/ts/ts.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts.h,v 1.11 2022/07/12 14:42:50 kn Exp $ */ 1/* $OpenBSD: ts.h,v 1.12 2022/07/16 15:02:29 kn Exp $ */
2/* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL
3 * project 2002, 2003, 2004. 3 * project 2002, 2003, 2004.
4 */ 4 */
@@ -351,8 +351,6 @@ ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a,
351 const unsigned char **pp, long length); 351 const unsigned char **pp, long length);
352ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a); 352ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a);
353 353
354void ERR_load_TS_strings(void);
355
356int TS_REQ_set_version(TS_REQ *a, long version); 354int TS_REQ_set_version(TS_REQ *a, long version);
357long TS_REQ_get_version(const TS_REQ *a); 355long TS_REQ_get_version(const TS_REQ *a);
358 356