artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d516581
)
The bio_asn1 test will need to be linked statically after the bump
author
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 15:29:17 +0000
(15:29 +0000)
committer
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 15:29:17 +0000
(15:29 +0000)
regress/lib/libcrypto/bio/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bio/Makefile
b/regress/lib/libcrypto/bio/Makefile
index
11d10bd
..
3084f06
100644
(file)
--- a/
regress/lib/libcrypto/bio/Makefile
+++ b/
regress/lib/libcrypto/bio/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
5 2023/03/26 19:14:11
tb Exp $
+# $OpenBSD: Makefile,v 1.
6 2023/04/25 15:29:17
tb Exp $
PROGS += bio_asn1
PROGS += bio_chain
@@
-11,4
+11,6
@@
WARNINGS = Yes
CFLAGS += -DLIBRESSL_INTERNAL -Werror
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/
+LDADD_bio_asn1 = ${CRYPTO_INT}
+
.include <bsd.regress.mk>