From af5e9d3481ead679693cffde94412bd0e9ca2a19 Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 11 Aug 2024 13:05:43 +0000 Subject: [PATCH] Add include path for crypto_arch.h. --- regress/lib/libcrypto/crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/crypto/Makefile b/regress/lib/libcrypto/crypto/Makefile index 34a4e7050bd..c766cd8f4a0 100644 --- a/regress/lib/libcrypto/crypto/Makefile +++ b/regress/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2024/04/25 14:27:29 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2024/08/11 13:05:43 jsing Exp $ PROG = crypto_test @@ -8,5 +8,6 @@ LDFLAGS+= -lcrypto CFLAGS+= -DLIBRESSL_INTERNAL CFLAGS+= -Wall -Wundef -Werror CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto +CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/arch/${MACHINE_CPU} .include -- 2.20.1