1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

mlkem regress: reach around into bytestring again

This commit is contained in:
tb 2024-12-19 23:45:09 +00:00
parent f1bf6f4e82
commit d65e817093

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2024/12/14 19:19:38 tb Exp $
# $OpenBSD: Makefile,v 1.4 2024/12/19 23:45:09 tb Exp $
PROGS += mlkem_unittest
PROGS += mlkem768_nist_keygen_tests
@ -27,6 +27,7 @@ LDADD = ${CRYPTO_INT}
DPADD = ${LIBCRYPTO}
CFLAGS += -DLIBRESSL_INTERNAL -Wall
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
CFLAGS += -DLIBRESSL_INTERNAL