diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index cc56c53591..0e4c783d9e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.171 2024/03/02 11:04:51 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.172 2024/03/02 11:11:11 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -40,11 +40,13 @@ CFLAGS+= -I${LCRYPTO_SRC}/evp | |||
40 | CFLAGS+= -I${LCRYPTO_SRC}/hidden | 40 | CFLAGS+= -I${LCRYPTO_SRC}/hidden |
41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac | 41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac |
42 | CFLAGS+= -I${LCRYPTO_SRC}/kdf | 42 | CFLAGS+= -I${LCRYPTO_SRC}/kdf |
43 | CFLAGS+= -I${LCRYPTO_SRC}/lhash | ||
43 | CFLAGS+= -I${LCRYPTO_SRC}/modes | 44 | CFLAGS+= -I${LCRYPTO_SRC}/modes |
44 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp | 45 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp |
45 | CFLAGS+= -I${LCRYPTO_SRC}/pkcs12 | 46 | CFLAGS+= -I${LCRYPTO_SRC}/pkcs12 |
46 | CFLAGS+= -I${LCRYPTO_SRC}/rsa | 47 | CFLAGS+= -I${LCRYPTO_SRC}/rsa |
47 | CFLAGS+= -I${LCRYPTO_SRC}/sha | 48 | CFLAGS+= -I${LCRYPTO_SRC}/sha |
49 | CFLAGS+= -I${LCRYPTO_SRC}/stack | ||
48 | CFLAGS+= -I${LCRYPTO_SRC}/ts | 50 | CFLAGS+= -I${LCRYPTO_SRC}/ts |
49 | CFLAGS+= -I${LCRYPTO_SRC}/x509 | 51 | CFLAGS+= -I${LCRYPTO_SRC}/x509 |
50 | 52 | ||