summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ts/ts.h')
-rw-r--r--src/lib/libcrypto/ts/ts.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h
index a7d0131e2d..6021a309f7 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.20 2023/04/16 08:31:54 tb Exp $ */ 1/* $OpenBSD: ts.h,v 1.21 2023/04/25 17:52:54 tb 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 */
@@ -487,9 +487,6 @@ int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
487 487
488/* Set all fields to zero. */ 488/* Set all fields to zero. */
489TS_VERIFY_CTX *TS_VERIFY_CTX_new(void); 489TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
490#if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL)
491void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
492#endif
493void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx); 490void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
494void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx); 491void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
495 492