artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8561a85
)
The cttest can link dynamically now
author
tb
<tb@openbsd.org>
Fri, 14 Jan 2022 09:33:46 +0000
(09:33 +0000)
committer
tb
<tb@openbsd.org>
Fri, 14 Jan 2022 09:33:46 +0000
(09:33 +0000)
regress/lib/libcrypto/ct/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/ct/Makefile
b/regress/lib/libcrypto/ct/Makefile
index
ca17d82
..
52830ae
100644
(file)
--- a/
regress/lib/libcrypto/ct/Makefile
+++ b/
regress/lib/libcrypto/ct/Makefile
@@
-1,7
+1,7
@@
-# $OpenBSD: Makefile,v 1.
2 2022/01/06 04:42:00 jsing
Exp $
+# $OpenBSD: Makefile,v 1.
3 2022/01/14 09:33:46 tb
Exp $
PROG= cttest
-LDADD=
${CRYPTO_INT}
+LDADD=
-lcrypto
DPADD= ${LIBCRYPTO}
WARNINGS= Yes