From 983377d6ed6f363bad71fccca958ed108a9a9b0e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 29 Dec 2024 20:14:15 +0000 Subject: Zap extraneous -DLIBRESSL_INTERNAL --- src/regress/lib/libcrypto/mlkem/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.8 2024/12/26 00:04:24 tb Exp $ +# $OpenBSD: Makefile,v 1.9 2024/12/29 20:14:15 tb Exp $ REGRESS_SLOW_TARGETS += run-regress-mlkem_iteration_tests @@ -33,7 +33,6 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha -CFLAGS += -DLIBRESSL_INTERNAL WARNINGS = Yes -- cgit v1.2.3-55-g6feb