summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>2023-07-06 07:56:32 +0000
committerbeck <>2023-07-06 07:56:32 +0000
commitdeb33f171f3135e4367961ec4388c20da87f41c8 (patch)
treecd4fa65e93f388ffae1d6151100b66212bd029ce /src/lib/libssl/Makefile
parent86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af (diff)
downloadopenbsd-deb33f171f3135e4367961ec4388c20da87f41c8.tar.gz
openbsd-deb33f171f3135e4367961ec4388c20da87f41c8.tar.bz2
openbsd-deb33f171f3135e4367961ec4388c20da87f41c8.zip
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
And remove the tendrils. This was useful for transition but we are now well past this.
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile6
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
20CFLAGS+= -DLIBRESSL_NAMESPACE 20CFLAGS+= -DLIBRESSL_NAMESPACE
21.endif 21.endif
22.ifdef TLS1_3
23CFLAGS+= -DLIBRESSL_HAS_TLS1_3_CLIENT
24CFLAGS+= -DLIBRESSL_HAS_TLS1_3_SERVER
25.endif
26.ifdef TLS1_3_DEBUG 22.ifdef TLS1_3_DEBUG
27CFLAGS+= -DTLS13_DEBUG 23CFLAGS+= -DTLS13_DEBUG
28.endif 24.endif