summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_asn1.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_asn1.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_asn1.c')
-rw-r--r--src/lib/libcrypto/ts/ts_asn1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_asn1.c b/src/lib/libcrypto/ts/ts_asn1.c
index c4316d13f8..6537f1c85a 100644
--- a/src/lib/libcrypto/ts/ts_asn1.c
+++ b/src/lib/libcrypto/ts/ts_asn1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts_asn1.c,v 1.12 2022/07/16 18:36:36 kn Exp $ */ 1/* $OpenBSD: ts_asn1.c,v 1.13 2022/07/24 08:16:47 tb Exp $ */
2/* Written by Nils Larsch for the OpenSSL project 2004. 2/* Written by Nils Larsch for the OpenSSL project 2004.
3 */ 3 */
4/* ==================================================================== 4/* ====================================================================
@@ -61,6 +61,8 @@
61#include <openssl/err.h> 61#include <openssl/err.h>
62#include <openssl/asn1t.h> 62#include <openssl/asn1t.h>
63 63
64#include "ts_local.h"
65
64static const ASN1_TEMPLATE TS_MSG_IMPRINT_seq_tt[] = { 66static const ASN1_TEMPLATE TS_MSG_IMPRINT_seq_tt[] = {
65 { 67 {
66 .flags = 0, 68 .flags = 0,