From 1a23f1617a6ecfd04ad081af8bec4aa39c178d05 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 20 Dec 2024 01:53:46 +0000 Subject: Fix whitespace in Makefile --- src/regress/lib/libcrypto/mlkem/Makefile | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/mlkem/Makefile b/src/regress/lib/libcrypto/mlkem/Makefile index a3eecb376f..cb24605bd7 100644 --- a/src/regress/lib/libcrypto/mlkem/Makefile +++ b/src/regress/lib/libcrypto/mlkem/Makefile @@ -1,36 +1,36 @@ -# $OpenBSD: Makefile,v 1.6 2024/12/20 01:51:27 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2024/12/20 01:53:46 tb Exp $ -PROGS += mlkem_unittest -PROGS += mlkem768_nist_keygen_tests -PROGS += mlkem768_keygen_tests -PROGS += mlkem768_nist_decap_tests -PROGS += mlkem768_decap_tests -PROGS += mlkem768_encap_tests -PROGS += mlkem768_iteration_test -PROGS += mlkem1024_nist_keygen_tests -PROGS += mlkem1024_keygen_tests -PROGS += mlkem1024_nist_decap_tests -PROGS += mlkem1024_decap_tests -PROGS += mlkem1024_encap_tests -PROGS += mlkem1024_iteration_test +PROGS += mlkem768_decap_tests +PROGS += mlkem768_encap_tests +PROGS += mlkem768_iteration_test +PROGS += mlkem768_keygen_tests +PROGS += mlkem768_nist_decap_tests +PROGS += mlkem768_nist_keygen_tests +PROGS += mlkem1024_decap_tests +PROGS += mlkem1024_encap_tests +PROGS += mlkem1024_iteration_test +PROGS += mlkem1024_keygen_tests +PROGS += mlkem1024_nist_decap_tests +PROGS += mlkem1024_nist_keygen_tests +PROGS += mlkem_unittest # Link test programs with mlkem_tests_util.c and use custom target .for p in ${PROGS} -SRCS_$p += $p.c mlkem_tests_util.c +SRCS_$p += $p.c mlkem_tests_util.c REGRESS_TARGETS += run-$p run-$p: $p ./$p ${.CURDIR}/$p.txt .endfor -LDADD = ${CRYPTO_INT} -DPADD = ${LIBCRYPTO} +LDADD = ${CRYPTO_INT} +DPADD = ${LIBCRYPTO} -CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring -CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem -CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha -CFLAGS += -DLIBRESSL_INTERNAL +CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem +CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha +CFLAGS += -DLIBRESSL_INTERNAL WARNINGS = Yes -- cgit v1.2.3-55-g6feb