Updated external library to openssl-1.0.1g for Windows compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-04-10 18:24:16 +00:00
parent 753c34e3cd
commit d0863c55d2
3 changed files with 3 additions and 3 deletions

View file

@ -256,7 +256,7 @@ win32 {
UPNPC_DIR = ../../../miniupnpc-1.3
ZLIB_DIR = ../../../zlib-1.2.3
SSL_DIR = ../../../openssl-1.0.1c
SSL_DIR = ../../../openssl-1.0.1g
OPENPGPSDK_DIR = ../../openpgpsdk/src
INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${ZLIB_DIR} $${OPENPGPSDK_DIR}

View file

@ -33,7 +33,7 @@ win32 {
#QMAKE_CXXFLAGS_DEBUG += -O2
#QMAKE_CFLAGS_DEBUG += -O2
SSL_DIR = ../../../openssl-1.0.1c
SSL_DIR = ../../../openssl-1.0.1g
ZLIB_DIR = ../../../zlib-1.2.3
BZIP_DIR = ../../../bzip2-1.0.6

View file

@ -91,7 +91,7 @@ win32 {
DEFINES *= WINDOWS_SYS _USE_32BIT_TIME_T
SSL_DIR = ../../../openssl-1.0.1c
SSL_DIR = ../../../openssl-1.0.1g
INCLUDEPATH += . $${SSL_DIR}/include