diff --git a/pokerth_game.pro b/pokerth_game.pro index f40527e0..6a1d08b1 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -349,9 +349,8 @@ win32 { -lSDLmain \ -ltinyxml \ -lz \ - -lcrypto \ -lssl \ - -lcrypt32 \ + -lcrypto \ -lssh2 \ -lgnutls \ -lnettle \ diff --git a/pokerth_server.pro b/pokerth_server.pro index 9fc9b7e0..69957cb7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lcrypto -lssl -lcrypt32 -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm + LIBS += -lssl -lcrypto -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