diff options
| author | tb <> | 2022-07-24 08:16:47 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-24 08:16:47 +0000 |
| commit | 2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5 (patch) | |
| tree | d4b5a641a1e684361d921596482872ed4f79e586 /src/lib/libcrypto/Makefile | |
| parent | b9334d33de10f785516e0aa5ef42152c1d14181a (diff) | |
| download | openbsd-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/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 |
