From deb33f171f3135e4367961ec4388c20da87f41c8 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 6 Jul 2023 07:56:32 +0000 Subject: 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. --- src/lib/libssl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libssl/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.79 2023/05/05 21:23:02 tb Exp $ +# $OpenBSD: Makefile,v 1.80 2023/07/06 07:56:32 beck Exp $ .include .ifndef NOMAN @@ -19,10 +19,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL .ifdef NAMESPACE CFLAGS+= -DLIBRESSL_NAMESPACE .endif -.ifdef TLS1_3 -CFLAGS+= -DLIBRESSL_HAS_TLS1_3_CLIENT -CFLAGS+= -DLIBRESSL_HAS_TLS1_3_SERVER -.endif .ifdef TLS1_3_DEBUG CFLAGS+= -DTLS13_DEBUG .endif -- cgit v1.2.3-55-g6feb