artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d644a
)
Switch to using TLS_INT instead of handrolling it
author
tb
<tb@openbsd.org>
Wed, 15 Jun 2022 06:14:59 +0000
(06:14 +0000)
committer
tb
<tb@openbsd.org>
Wed, 15 Jun 2022 06:14:59 +0000
(06:14 +0000)
regress/lib/libtls/signer/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libtls/signer/Makefile
b/regress/lib/libtls/signer/Makefile
index
d87f903
..
7110e9f
100644
(file)
--- a/
regress/lib/libtls/signer/Makefile
+++ b/
regress/lib/libtls/signer/Makefile
@@
-1,8
+1,7
@@
-# $OpenBSD: Makefile,v 1.
2 2022/03/24 15:58:57
tb Exp $
+# $OpenBSD: Makefile,v 1.
3 2022/06/15 06:14:59
tb Exp $
PROG= signertest
-LDADD= -lcrypto -lssl
-LDADD+= -Wl,-Bstatic -ltls -Wl,-Bdynamic
+LDADD= -lcrypto -lssl ${TLS_INT}
DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBTLS}
WARNINGS= Yes