aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-04-26 17:05:12 +0100
committerGravatar Sadie Powell2022-04-26 17:09:31 +0100
commit4f58176bc2383aa48314f5f6da07b8cc57012d21 (patch)
treec65653b27a1c44d6c3e4c461a5657178b11193d4 /src/modules/extra
parentOnly write to the pid file on boot. (diff)
parentImplement support for the IRCv3 bot tag. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/extra')
-rw-r--r--src/modules/extra/m_geo_maxmind.cpp2
-rw-r--r--src/modules/extra/m_ssl_openssl.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp
index c27f78221..66c63bd08 100644
--- a/src/modules/extra/m_geo_maxmind.cpp
+++ b/src/modules/extra/m_geo_maxmind.cpp
@@ -28,7 +28,7 @@
/// $PackageInfo: require_system("ubuntu" "16.04") libmaxminddb-dev pkg-config
#ifdef _WIN32
-# pragma comment(lib, "libmaxminddb.lib")
+# pragma comment(lib, "maxminddb.lib")
#endif
#include "inspircd.h"
diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp
index 8636f9596..1ed8490fa 100644
--- a/src/modules/extra/m_ssl_openssl.cpp
+++ b/src/modules/extra/m_ssl_openssl.cpp
@@ -48,8 +48,8 @@
#include <openssl/dh.h>
#ifdef _WIN32
-# pragma comment(lib, "ssleay32.lib")
-# pragma comment(lib, "libeay32.lib")
+# pragma comment(lib, "libcrypto.lib")
+# pragma comment(lib, "libssl.lib")
#endif
#if OPENSSL_VERSION_NUMBER >= 0x30000000L