diff options
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/Makefile b/src/regress/lib/libcrypto/mlkem/Makefile index 1ee2dcc78d..a3eecb376f 100644 --- a/src/regress/lib/libcrypto/mlkem/Makefile +++ b/src/regress/lib/libcrypto/mlkem/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2024/12/20 00:07:12 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2024/12/20 01:51:27 tb Exp $ |
2 | 2 | ||
3 | PROGS += mlkem_unittest | 3 | PROGS += mlkem_unittest |
4 | PROGS += mlkem768_nist_keygen_tests | 4 | PROGS += mlkem768_nist_keygen_tests |
@@ -32,6 +32,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem | |||
32 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha | 32 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha |
33 | CFLAGS += -DLIBRESSL_INTERNAL | 33 | CFLAGS += -DLIBRESSL_INTERNAL |
34 | 34 | ||
35 | WARNINS = Yes | 35 | WARNINGS = Yes |
36 | 36 | ||
37 | .include <bsd.regress.mk> | 37 | .include <bsd.regress.mk> |