From 3c6cd495a0bd6d6805a4f685cf2c0de736c75bc8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 20 Dec 2024 01:51:27 +0000 Subject: That works better with a G --- src/regress/lib/libcrypto/mlkem/Makefile | 4 ++-- 1 file 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 @@ -# $OpenBSD: Makefile,v 1.5 2024/12/20 00:07:12 tb Exp $ +# $OpenBSD: Makefile,v 1.6 2024/12/20 01:51:27 tb Exp $ PROGS += mlkem_unittest PROGS += mlkem768_nist_keygen_tests @@ -32,6 +32,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha CFLAGS += -DLIBRESSL_INTERNAL -WARNINS = Yes +WARNINGS = Yes .include -- cgit v1.2.3-55-g6feb