artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59b13f
)
Allow compiling with -DHAS_DAG to enable the policy check with a DAG.
author
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 21:36:42 +0000
(21:36 +0000)
committer
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 21:36:42 +0000
(21:36 +0000)
ok beck
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
4e363d9
..
6d5ef88
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.12
1 2023/04/26 19:16:02 beck
Exp $
+# $OpenBSD: Makefile,v 1.12
2 2023/04/26 21:36:42 tb
Exp $
LIB= crypto
LIBREBUILD=y
@@
-15,6
+15,9
@@
CLEANFILES=${PC_FILES} ${VERSION_SCRIPT}
LCRYPTO_SRC= ${.CURDIR}
CFLAGS+= -Wall -Wundef
+.ifdef HAS_DAG
+CFLAGS+= -DLIBRESSL_HAS_POLICY_DAG
+.endif
.if ${COMPILER_VERSION:L} == "clang"
CFLAGS+= -Werror
.endif