diff options
author | tb <> | 2024-12-20 01:51:27 +0000 |
---|---|---|
committer | tb <> | 2024-12-20 01:51:27 +0000 |
commit | 3c6cd495a0bd6d6805a4f685cf2c0de736c75bc8 (patch) | |
tree | 0083f9204e2872f36cc07f294e4c8a56c970b2b7 | |
parent | adb9bd5a09910dcd30e98648834c3560f8fa1659 (diff) | |
download | openbsd-3c6cd495a0bd6d6805a4f685cf2c0de736c75bc8.tar.gz openbsd-3c6cd495a0bd6d6805a4f685cf2c0de736c75bc8.tar.bz2 openbsd-3c6cd495a0bd6d6805a4f685cf2c0de736c75bc8.zip |
That works better with a G
-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> |