diff options
| author | jsing <> | 2020-01-22 01:21:43 +0000 |
|---|---|---|
| committer | jsing <> | 2020-01-22 01:21:43 +0000 |
| commit | 4c51eb4a7e69d292be8035dde8373d7945494bae (patch) | |
| tree | 57cea55ebca0c29b9c1f68035245c609e56c6cee /src/lib/libssl/Makefile | |
| parent | f312cefa6ab772d53189d8fdbad7da27d7f987f0 (diff) | |
| download | openbsd-4c51eb4a7e69d292be8035dde8373d7945494bae.tar.gz openbsd-4c51eb4a7e69d292be8035dde8373d7945494bae.tar.bz2 openbsd-4c51eb4a7e69d292be8035dde8373d7945494bae.zip | |
Split the TLSv1.3 guards into separate client and server guards.
ok beck@ tb@
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index e3b9a5cac9..b30fcca9eb 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.58 2020/01/20 13:10:37 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.59 2020/01/22 01:21:43 jsing Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -17,7 +17,8 @@ CFLAGS+= -Werror | |||
| 17 | .endif | 17 | .endif |
| 18 | CFLAGS+= -DLIBRESSL_INTERNAL | 18 | CFLAGS+= -DLIBRESSL_INTERNAL |
| 19 | .ifdef TLS1_3 | 19 | .ifdef TLS1_3 |
| 20 | CFLAGS+= -DLIBRESSL_HAS_TLS1_3 | 20 | CFLAGS+= -DLIBRESSL_HAS_TLS1_3_CLIENT |
| 21 | CFLAGS+= -DLIBRESSL_HAS_TLS1_3_SERVER | ||
| 21 | .endif | 22 | .endif |
| 22 | CFLAGS+= -I${.CURDIR} | 23 | CFLAGS+= -I${.CURDIR} |
| 23 | 24 | ||
