From: jsing Date: Sun, 11 Aug 2024 13:04:46 +0000 (+0000) Subject: Add include path for crypto_arch.h. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=121bba80cd77ff192f4cb1a26d54aedc0dbc9e2d;p=openbsd Add include path for crypto_arch.h. --- 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