diff options
| author | beck <> | 2023-07-06 07:56:32 +0000 |
|---|---|---|
| committer | beck <> | 2023-07-06 07:56:32 +0000 |
| commit | deb33f171f3135e4367961ec4388c20da87f41c8 (patch) | |
| tree | cd4fa65e93f388ffae1d6151100b66212bd029ce /src/lib/libssl/Makefile | |
| parent | 86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af (diff) | |
| download | openbsd-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/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 |
