blob: 0056977ef82c1d51b4359f9266b643fb8ea399a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- qssl.pro~ Sun Nov 10 09:16:44 2002
+++ qssl.pro Sun Nov 10 09:16:49 2002
@@ -8,5 +8,5 @@
SOURCES = qssl.cpp
# link with OpenSSL
-LIBS += -lssl
+LIBS += -lssl -lcrypto
|