summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_verify.c
diff options
context:
space:
mode:
authortb <>2022-07-24 08:16:47 +0000
committertb <>2022-07-24 08:16:47 +0000
commit2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5 (patch)
treed4b5a641a1e684361d921596482872ed4f79e586 /src/lib/libcrypto/ts/ts_rsp_verify.c
parentb9334d33de10f785516e0aa5ef42152c1d14181a (diff)
downloadopenbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.tar.gz
openbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.tar.bz2
openbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.zip
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
Diffstat (limited to 'src/lib/libcrypto/ts/ts_rsp_verify.c')
-rw-r--r--src/lib/libcrypto/ts/ts_rsp_verify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_rsp_verify.c b/src/lib/libcrypto/ts/ts_rsp_verify.c
index 816d7000f3..a5829b35ca 100644
--- a/src/lib/libcrypto/ts/ts_rsp_verify.c
+++ b/src/lib/libcrypto/ts/ts_rsp_verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts_rsp_verify.c,v 1.27 2022/07/17 19:40:38 kn Exp $ */ 1/* $OpenBSD: ts_rsp_verify.c,v 1.28 2022/07/24 08:16:47 tb Exp $ */
2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
3 * project 2002. 3 * project 2002.
4 */ 4 */
@@ -65,6 +65,7 @@
65#include <openssl/ts.h> 65#include <openssl/ts.h>
66 66
67#include "evp_locl.h" 67#include "evp_locl.h"
68#include "ts_local.h"
68#include "x509_lcl.h" 69#include "x509_lcl.h"
69 70
70/* Private function declarations. */ 71/* Private function declarations. */