From 2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5 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/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 81755cc369..423fba5f58 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2022/07/13 06:32:54 tb Exp $ +# $OpenBSD: Makefile,v 1.77 2022/07/24 08:16:47 tb Exp $ LIB= crypto LIBREBUILD=y @@ -44,6 +44,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/kdf CFLAGS+= -I${LCRYPTO_SRC}/modes CFLAGS+= -I${LCRYPTO_SRC}/ocsp CFLAGS+= -I${LCRYPTO_SRC}/rsa +CFLAGS+= -I${LCRYPTO_SRC}/ts CFLAGS+= -I${LCRYPTO_SRC}/x509 VERSION_SCRIPT= Symbols.map -- cgit v1.2.3-55-g6feb