diff options
author | beck <> | 2024-07-09 09:39:14 +0000 |
---|---|---|
committer | beck <> | 2024-07-09 09:39:14 +0000 |
commit | 52087979e94997f69f3bdb9c3b17cb23d5c90733 (patch) | |
tree | 9241e2ab91bebbd04473597a6aac1057d620bd42 /src/lib/libssl | |
parent | a6ada5bd2f3f6412297acb6d3f9434c9bdd398b4 (diff) | |
download | openbsd-52087979e94997f69f3bdb9c3b17cb23d5c90733.tar.gz openbsd-52087979e94997f69f3bdb9c3b17cb23d5c90733.tar.bz2 openbsd-52087979e94997f69f3bdb9c3b17cb23d5c90733.zip |
Actually enable namespaced builds in both libcrypto and libssl
(instead of commiting only one part)
Diffstat (limited to 'src/lib/libssl')
-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 |