diff options
author | tb <> | 2024-12-29 20:14:15 +0000 |
---|---|---|
committer | tb <> | 2024-12-29 20:14:15 +0000 |
commit | 983377d6ed6f363bad71fccca958ed108a9a9b0e (patch) | |
tree | 3c2de77c34e2e060535df86f83a5662c64e59cb6 /src | |
parent | 1890d262ab9bcbf87c2f69f6e2156d61ad9fbf2f (diff) | |
download | openbsd-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/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 | ||