diff options
| author | tb <> | 2022-01-14 09:09:30 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 09:09:30 +0000 |
| commit | 53be7c999edf2b5da8c31198d2e78dd5906217c2 (patch) | |
| tree | 003b4c4dc1f9c357b0f5306ebefc3fd50bbbc1f1 /src/lib/libssl/Makefile | |
| parent | d12b3fe14f73359c8c08b31b418e5b512b5aa25c (diff) | |
| download | openbsd-53be7c999edf2b5da8c31198d2e78dd5906217c2.tar.gz openbsd-53be7c999edf2b5da8c31198d2e78dd5906217c2.tar.bz2 openbsd-53be7c999edf2b5da8c31198d2e78dd5906217c2.zip | |
bio_ssl.c needs to peek into bio_local.h
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 565a3f1543..5a0a7bbc02 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.73 2022/01/05 17:10:02 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.74 2022/01/14 09:09:30 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -24,6 +24,7 @@ CFLAGS+= -DLIBRESSL_HAS_TLS1_3_SERVER | |||
| 24 | CFLAGS+= -DTLS13_DEBUG | 24 | CFLAGS+= -DTLS13_DEBUG |
| 25 | .endif | 25 | .endif |
| 26 | CFLAGS+= -I${.CURDIR} | 26 | CFLAGS+= -I${.CURDIR} |
| 27 | CFLAGS+= -I${.CURDIR}/../libcrypto/bio | ||
| 27 | 28 | ||
| 28 | LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto | 29 | LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto |
| 29 | 30 | ||
