summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-12-29 20:14:15 +0000
committertb <>2024-12-29 20:14:15 +0000
commit983377d6ed6f363bad71fccca958ed108a9a9b0e (patch)
tree3c2de77c34e2e060535df86f83a5662c64e59cb6 /src
parent1890d262ab9bcbf87c2f69f6e2156d61ad9fbf2f (diff)
downloadopenbsd-983377d6ed6f363bad71fccca958ed108a9a9b0e.tar.gz
openbsd-983377d6ed6f363bad71fccca958ed108a9a9b0e.tar.bz2
openbsd-983377d6ed6f363bad71fccca958ed108a9a9b0e.zip
Zap extraneous -DLIBRESSL_INTERNAL
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/mlkem/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/Makefile b/src/regress/lib/libcrypto/mlkem/Makefile
index 9c0c24f432..a08623c90a 100644
--- a/src/regress/lib/libcrypto/mlkem/Makefile
+++ b/src/regress/lib/libcrypto/mlkem/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.8 2024/12/26 00:04:24 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2024/12/29 20:14:15 tb Exp $
2 2
3REGRESS_SLOW_TARGETS += run-regress-mlkem_iteration_tests 3REGRESS_SLOW_TARGETS += run-regress-mlkem_iteration_tests
4 4
@@ -33,7 +33,6 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
33CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring 33CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
34CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem 34CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
35CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha 35CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
36CFLAGS += -DLIBRESSL_INTERNAL
37 36
38WARNINGS = Yes 37WARNINGS = Yes
39 38