artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a542985
)
Dynamically link libssl for QUIC regress.
author
jsing
<jsing@openbsd.org>
Sun, 2 Oct 2022 16:40:56 +0000
(16:40 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 2 Oct 2022 16:40:56 +0000
(16:40 +0000)
Now that the QUIC API is public, we can stop linking this statically.
regress/lib/libssl/quic/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/quic/Makefile
b/regress/lib/libssl/quic/Makefile
index
72f1a04
..
a348b2d
100644
(file)
--- a/
regress/lib/libssl/quic/Makefile
+++ b/
regress/lib/libssl/quic/Makefile
@@
-1,7
+1,7
@@
-# $OpenBSD: Makefile,v 1.
1 2022/08/27 09:16:29
jsing Exp $
+# $OpenBSD: Makefile,v 1.
2 2022/10/02 16:40:56
jsing Exp $
PROG= quictest
-LDADD=
${SSL_INT}
-lcrypto
+LDADD=
-lssl
-lcrypto
DPADD= ${LIBSSL} ${LIBCRYPTO}
WARNINGS= Yes