summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-12-20 01:51:27 +0000
committertb <>2024-12-20 01:51:27 +0000
commitbb183948611b2a58770ddf12de3bcd91a8b7ff60 (patch)
tree0083f9204e2872f36cc07f294e4c8a56c970b2b7
parent8bd760592a94feae8cff69256e87a768933c806d (diff)
downloadopenbsd-bb183948611b2a58770ddf12de3bcd91a8b7ff60.tar.gz
openbsd-bb183948611b2a58770ddf12de3bcd91a8b7ff60.tar.bz2
openbsd-bb183948611b2a58770ddf12de3bcd91a8b7ff60.zip
That works better with a G
-rw-r--r--src/regress/lib/libcrypto/mlkem/Makefile4
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
3PROGS += mlkem_unittest 3PROGS += mlkem_unittest
4PROGS += mlkem768_nist_keygen_tests 4PROGS += mlkem768_nist_keygen_tests
@@ -32,6 +32,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
32CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha 32CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
33CFLAGS += -DLIBRESSL_INTERNAL 33CFLAGS += -DLIBRESSL_INTERNAL
34 34
35WARNINS = Yes 35WARNINGS = Yes
36 36
37.include <bsd.regress.mk> 37.include <bsd.regress.mk>