Use GnuTLS-OpenSSL instead of OpenSSL. Thanks to Zhenech for help with this patch.

This commit is contained in:
lotodore
2008-04-21 22:27:15 +00:00
parent 505ee2c984
commit d7c6cdd75c
8 changed files with 56 additions and 24 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ win32{
DEPENDPATH += src/net/win32/ src/core/win32
SOURCES += src/net/win32/socket_helper.cpp \
src/net/win32/socket_startup.cpp
INCLUDEPATH += ../boost/ ../OpenSSL/include ../curl/include
INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include
}
!win32{
DEPENDPATH += src/net/linux/ src/core/linux