diff options
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index b5b4ff4d31..9783885cd7 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.79 2023/05/05 21:23:02 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.80 2023/07/06 07:56:32 beck Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -19,10 +19,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL | |||
19 | .ifdef NAMESPACE | 19 | .ifdef NAMESPACE |
20 | CFLAGS+= -DLIBRESSL_NAMESPACE | 20 | CFLAGS+= -DLIBRESSL_NAMESPACE |
21 | .endif | 21 | .endif |
22 | .ifdef TLS1_3 | ||
23 | CFLAGS+= -DLIBRESSL_HAS_TLS1_3_CLIENT | ||
24 | CFLAGS+= -DLIBRESSL_HAS_TLS1_3_SERVER | ||
25 | .endif | ||
26 | .ifdef TLS1_3_DEBUG | 22 | .ifdef TLS1_3_DEBUG |
27 | CFLAGS+= -DTLS13_DEBUG | 23 | CFLAGS+= -DTLS13_DEBUG |
28 | .endif | 24 | .endif |