From 121bba80cd77ff192f4cb1a26d54aedc0dbc9e2d Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 11 Aug 2024 13:04:46 +0000 Subject: [PATCH] Add include path for crypto_arch.h. --- lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 1100b99ce28..652ad4238f9 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.84 2024/07/13 18:33:18 tb Exp $ +# $OpenBSD: Makefile,v 1.85 2024/08/11 13:04:46 jsing Exp $ .include .ifndef NOMAN @@ -24,6 +24,7 @@ CFLAGS+= -DTLS13_DEBUG .endif CFLAGS+= -I${.CURDIR} CFLAGS+= -I${.CURDIR}/../libcrypto +CFLAGS+= -I${.CURDIR}/../libcrypto/arch/${MACHINE_CPU} CFLAGS+= -I${.CURDIR}/../libcrypto/hidden CFLAGS+= -I${.CURDIR}/../libcrypto/bio CFLAGS+= -I${.CURDIR}/hidden -- 2.20.1