diff options
author | tb <> | 2022-01-07 09:45:52 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 09:45:52 +0000 |
commit | e34065049e662885183a2bfa41208d2873c1d205 (patch) | |
tree | cc988155697b4e3d3e2ecc93b367229cd77f3af7 /src/lib/libcrypto/Makefile | |
parent | 1dea570cc812620acbc5717c51f584b7e7ef91b7 (diff) | |
download | openbsd-e34065049e662885183a2bfa41208d2873c1d205.tar.gz openbsd-e34065049e662885183a2bfa41208d2873c1d205.tar.bz2 openbsd-e34065049e662885183a2bfa41208d2873c1d205.zip |
Add an essentially empty ocsp_local.h and include it in the files
that will need it in the upcoming bump.
discussed with 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 71e16cc2b0..7e7fff3175 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.66 2022/01/07 09:35:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.67 2022/01/07 09:45:52 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -40,6 +40,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/ecdsa | |||
40 | CFLAGS+= -I${LCRYPTO_SRC}/evp | 40 | CFLAGS+= -I${LCRYPTO_SRC}/evp |
41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac | 41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac |
42 | CFLAGS+= -I${LCRYPTO_SRC}/modes | 42 | CFLAGS+= -I${LCRYPTO_SRC}/modes |
43 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp | ||
43 | CFLAGS+= -I${LCRYPTO_SRC}/x509 | 44 | CFLAGS+= -I${LCRYPTO_SRC}/x509 |
44 | 45 | ||
45 | VERSION_SCRIPT= Symbols.map | 46 | VERSION_SCRIPT= Symbols.map |