summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2022-07-24 08:16:47 +0000
committertb <>2022-07-24 08:16:47 +0000
commitc6dd71252b6c9201b8a8d7cf63bdace12547b030 (patch)
treed4b5a641a1e684361d921596482872ed4f79e586 /src/lib/libcrypto/Makefile
parent180a8f0f93ad83bf01f8c87a002ea920ac0d0429 (diff)
downloadopenbsd-c6dd71252b6c9201b8a8d7cf63bdace12547b030.tar.gz
openbsd-c6dd71252b6c9201b8a8d7cf63bdace12547b030.tar.bz2
openbsd-c6dd71252b6c9201b8a8d7cf63bdace12547b030.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/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.76 2022/07/13 06:32:54 tb Exp $ 1# $OpenBSD: Makefile,v 1.77 2022/07/24 08:16:47 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -44,6 +44,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/kdf
44CFLAGS+= -I${LCRYPTO_SRC}/modes 44CFLAGS+= -I${LCRYPTO_SRC}/modes
45CFLAGS+= -I${LCRYPTO_SRC}/ocsp 45CFLAGS+= -I${LCRYPTO_SRC}/ocsp
46CFLAGS+= -I${LCRYPTO_SRC}/rsa 46CFLAGS+= -I${LCRYPTO_SRC}/rsa
47CFLAGS+= -I${LCRYPTO_SRC}/ts
47CFLAGS+= -I${LCRYPTO_SRC}/x509 48CFLAGS+= -I${LCRYPTO_SRC}/x509
48 49
49VERSION_SCRIPT= Symbols.map 50VERSION_SCRIPT= Symbols.map