diff options
| author | tb <> | 2022-01-14 09:09:30 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 09:09:30 +0000 |
| commit | 569ac6ae47542ab678a23a440d659ae25196fdc7 (patch) | |
| tree | 003b4c4dc1f9c357b0f5306ebefc3fd50bbbc1f1 /src/lib/libssl/Makefile | |
| parent | 9d5098600afa65a94c9b2597b3be68dbb6d6a134 (diff) | |
| download | openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.tar.gz openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.tar.bz2 openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.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 | ||
