diff --git a/pokerth_game.pro b/pokerth_game.pro index 8663bad0..f40527e0 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -349,8 +349,9 @@ win32 { -lSDLmain \ -ltinyxml \ -lz \ - -lcrypt32 \ + -lcrypto \ -lssl \ + -lcrypt32 \ -lssh2 \ -lgnutls \ -lnettle \ diff --git a/pokerth_server.pro b/pokerth_server.pro index b0ae339a..9fc9b7e0 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lcrypt32 -lssl -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm + LIBS += -lcrypto -lssl -lcrypt32 -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt