artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b3481
)
Add include path for crypto_arch.h.
author
jsing
<jsing@openbsd.org>
Sun, 11 Aug 2024 13:04:46 +0000
(13:04 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 11 Aug 2024 13:04:46 +0000
(13:04 +0000)
lib/libssl/Makefile
patch
|
blob
|
history
diff --git
a/lib/libssl/Makefile
b/lib/libssl/Makefile
index
1100b99
..
652ad42
100644
(file)
--- a/
lib/libssl/Makefile
+++ b/
lib/libssl/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.8
4 2024/07/13 18:33:18 tb
Exp $
+# $OpenBSD: Makefile,v 1.8
5 2024/08/11 13:04:46 jsing
Exp $
.include <bsd.own.mk>
.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