diff options
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 726f23aecc..30876f19e8 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.103 2023/04/14 11:10:11 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.104 2023/04/16 16:42:06 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -52,6 +52,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes | |||
| 52 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp | 52 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp |
| 53 | CFLAGS+= -I${LCRYPTO_SRC}/pkcs12 | 53 | CFLAGS+= -I${LCRYPTO_SRC}/pkcs12 |
| 54 | CFLAGS+= -I${LCRYPTO_SRC}/rsa | 54 | CFLAGS+= -I${LCRYPTO_SRC}/rsa |
| 55 | CFLAGS+= -I${LCRYPTO_SRC}/sha | ||
| 55 | CFLAGS+= -I${LCRYPTO_SRC}/ts | 56 | CFLAGS+= -I${LCRYPTO_SRC}/ts |
| 56 | CFLAGS+= -I${LCRYPTO_SRC}/x509 | 57 | CFLAGS+= -I${LCRYPTO_SRC}/x509 |
| 57 | 58 | ||
