diff --git a/pokerth_game.pro b/pokerth_game.pro index 0da6644a..8663bad0 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -349,7 +349,7 @@ win32 { -lSDLmain \ -ltinyxml \ -lz \ - -lcrypto \ + -lcrypt32 \ -lssl \ -lssh2 \ -lgnutls \ diff --git a/pokerth_server.pro b/pokerth_server.pro index 8bf97f4f..b0ae339a 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 -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm + LIBS += -lcrypt32 -lssl -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