Switched to OpenSSL-1.0.1c for Windows compile.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5329 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-07-26 16:59:42 +00:00
parent 10eab84b7c
commit 515a0abdb3
3 changed files with 3 additions and 3 deletions

View File

@ -291,7 +291,7 @@ win32 {
PTHREADS_DIR = ../../../pthreads-w32-2-8-0-release
ZLIB_DIR = ../../../zlib-1.2.3
SSL_DIR = ../../../OpenSSL
SSL_DIR = ../../../openssl-1.0.1c
OPENPGPSDK_DIR = ../../openpgpsdk/src
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR} $${OPENPGPSDK_DIR}

View File

@ -17,7 +17,7 @@ linux-* {
}
win32 {
SSL_DIR = ../../../OpenSSL
SSL_DIR = ../../../openssl-1.0.1c
ZLIB_DIR = ../../../zlib-1.2.3
BZIP_DIR = ../../../bzip2-1.0.6

View File

@ -42,7 +42,7 @@ win32 {
UPNPC_DIR = ../../../lib/miniupnpc-1.3
PTHREADS_DIR = ../../../lib/pthreads-w32-2-8-0-release
ZLIB_DIR = ../../../lib/zlib-1.2.3
SSL_DIR = ../../../OpenSSL
SSL_DIR = ../../../openssl-1.0.1c
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR}