sync with OpenBSD -current

This commit is contained in:
purplerain 2024-06-26 04:27:03 +00:00
parent fdb8624c1a
commit 7f3136b31c
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
43 changed files with 307 additions and 186 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.81 2023/11/22 15:55:28 tb Exp $
# $OpenBSD: Makefile,v 1.82 2024/06/25 14:10:45 jsing Exp $
.include <bsd.own.mk>
.ifndef NOMAN
@ -23,6 +23,7 @@ CFLAGS+= -DLIBRESSL_NAMESPACE
CFLAGS+= -DTLS13_DEBUG
.endif
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../libcrypto
CFLAGS+= -I${.CURDIR}/../libcrypto/hidden
CFLAGS+= -I${.CURDIR}/../libcrypto/bio
CFLAGS+= -I${.CURDIR}/hidden