diff options
author | tb <> | 2022-07-24 08:16:47 +0000 |
---|---|---|
committer | tb <> | 2022-07-24 08:16:47 +0000 |
commit | c6dd71252b6c9201b8a8d7cf63bdace12547b030 (patch) | |
tree | d4b5a641a1e684361d921596482872ed4f79e586 /src/lib/libcrypto/Makefile | |
parent | 180a8f0f93ad83bf01f8c87a002ea920ac0d0429 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -44,6 +44,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/kdf | |||
44 | CFLAGS+= -I${LCRYPTO_SRC}/modes | 44 | CFLAGS+= -I${LCRYPTO_SRC}/modes |
45 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp | 45 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp |
46 | CFLAGS+= -I${LCRYPTO_SRC}/rsa | 46 | CFLAGS+= -I${LCRYPTO_SRC}/rsa |
47 | CFLAGS+= -I${LCRYPTO_SRC}/ts | ||
47 | CFLAGS+= -I${LCRYPTO_SRC}/x509 | 48 | CFLAGS+= -I${LCRYPTO_SRC}/x509 |
48 | 49 | ||
49 | VERSION_SCRIPT= Symbols.map | 50 | VERSION_SCRIPT= Symbols.map |