From c6dd71252b6c9201b8a8d7cf63bdace12547b030 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 24 Jul 2022 08:16:47 +0000 Subject: Start making ts opaque Move the not yet exposed EssCertIDv2 struct internals to ts_local.h and move the ASN.1 function prototypes that we don't want to expose with them. Include ts_local.h where necessary or where it will be needed soon. ok jsing --- src/lib/libcrypto/ts/ts_rsp_utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ts/ts_rsp_utils.c') diff --git a/src/lib/libcrypto/ts/ts_rsp_utils.c b/src/lib/libcrypto/ts/ts_rsp_utils.c index 233df867ac..995dbb8035 100644 --- a/src/lib/libcrypto/ts/ts_rsp_utils.c +++ b/src/lib/libcrypto/ts/ts_rsp_utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_rsp_utils.c,v 1.7 2018/05/13 15:35:46 tb Exp $ */ +/* $OpenBSD: ts_rsp_utils.c,v 1.8 2022/07/24 08:16:47 tb Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ @@ -63,6 +63,8 @@ #include #include +#include "ts_local.h" + /* Function definitions. */ int -- cgit v1.2.3-55-g6feb