Dynamically link libssl for QUIC regress.
authorjsing <jsing@openbsd.org>
Sun, 2 Oct 2022 16:40:56 +0000 (16:40 +0000)
committerjsing <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

index 72f1a04..a348b2d 100644 (file)
@@ -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