diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 21a763db6a..977b798a53 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -72,7 +72,7 @@ #include <openssl/hmac.h>
#include <openssl/sha.h>
-#pragma comment(lib, "libeay32.lib")
+#pragma comment(lib, "libcrypto.lib")
// libgadu headers
#include "libgadu.h"
|