diff options
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index a2b710922d..7d3b221db9 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.82 2024/06/25 14:10:45 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.83 2024/07/09 09:39:14 beck Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -16,9 +16,9 @@ CFLAGS+= -Wall -Wundef | |||
16 | CFLAGS+= -Werror -Wshadow | 16 | CFLAGS+= -Werror -Wshadow |
17 | .endif | 17 | .endif |
18 | CFLAGS+= -DLIBRESSL_INTERNAL | 18 | CFLAGS+= -DLIBRESSL_INTERNAL |
19 | .ifdef NAMESPACE | 19 | |
20 | CFLAGS+= -DLIBRESSL_NAMESPACE | 20 | CFLAGS+= -DLIBRESSL_NAMESPACE |
21 | .endif | 21 | |
22 | .ifdef TLS1_3_DEBUG | 22 | .ifdef TLS1_3_DEBUG |
23 | CFLAGS+= -DTLS13_DEBUG | 23 | CFLAGS+= -DTLS13_DEBUG |
24 | .endif | 24 | .endif |