diff options
author | tb <> | 2022-01-07 09:35:36 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 09:35:36 +0000 |
commit | 842e79ce2b3a53daefa413bee5287b22d37edba6 (patch) | |
tree | 7b30343db9ea87bd73fea106a4f2c20ece28fd40 /src/lib/libcrypto/Makefile | |
parent | 5da5c83c108c6006c6a5f1191036b26958cb8ad7 (diff) | |
download | openbsd-842e79ce2b3a53daefa413bee5287b22d37edba6.tar.gz openbsd-842e79ce2b3a53daefa413bee5287b22d37edba6.tar.bz2 openbsd-842e79ce2b3a53daefa413bee5287b22d37edba6.zip |
Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by
including the local header where it will be needed.
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 ed98dcc134..71e16cc2b0 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.65 2022/01/07 09:27:13 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.66 2022/01/07 09:35:36 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -33,6 +33,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/bio | |||
33 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 33 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
34 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 34 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
35 | CFLAGS+= -I${LCRYPTO_SRC}/dh | 35 | CFLAGS+= -I${LCRYPTO_SRC}/dh |
36 | CFLAGS+= -I${LCRYPTO_SRC}/dsa | ||
36 | CFLAGS+= -I${LCRYPTO_SRC}/ec | 37 | CFLAGS+= -I${LCRYPTO_SRC}/ec |
37 | CFLAGS+= -I${LCRYPTO_SRC}/ecdh | 38 | CFLAGS+= -I${LCRYPTO_SRC}/ecdh |
38 | CFLAGS+= -I${LCRYPTO_SRC}/ecdsa | 39 | CFLAGS+= -I${LCRYPTO_SRC}/ecdsa |