diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/Makefile | 3 |
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 | ||
3 | REGRESS_SLOW_TARGETS += run-regress-mlkem_iteration_tests | 3 | REGRESS_SLOW_TARGETS += run-regress-mlkem_iteration_tests |
4 | 4 | ||
@@ -33,7 +33,6 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror | |||
33 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 33 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
34 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem | 34 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem |
35 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha | 35 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha |
36 | CFLAGS += -DLIBRESSL_INTERNAL | ||
37 | 36 | ||
38 | WARNINGS = Yes | 37 | WARNINGS = Yes |
39 | 38 | ||