summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-12-14 19:19:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-12-14 19:19:39 +0000
commit5a6956a5dcd5459730fdafb2eb9293376b04f643 (patch)
tree1fa32d830ef814765b5f16371d8ff8a72e03320a /regress/lib/libcrypto
parent9cf9f037493737f9f8bec489d5ddee39062ea651 (diff)
Stop reaching into libcrypto/bytestring
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r--regress/lib/libcrypto/mlkem/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/mlkem/Makefile b/regress/lib/libcrypto/mlkem/Makefile
index 819fa68ab5a..2c703a9534d 100644
--- a/regress/lib/libcrypto/mlkem/Makefile
+++ b/regress/lib/libcrypto/mlkem/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2024/12/13 00:17:18 beck Exp $
+# $OpenBSD: Makefile,v 1.3 2024/12/14 19:19:38 tb Exp $
PROGS += mlkem_unittest
PROGS += mlkem768_nist_keygen_tests
@@ -28,7 +28,6 @@ DPADD = ${LIBCRYPTO}
CFLAGS += -DLIBRESSL_INTERNAL -Wall
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
-CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
CFLAGS += -DLIBRESSL_INTERNAL