aboutsummaryrefslogtreecommitdiffstats
path: root/include/m_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_info.h')
-rw-r--r--include/m_info.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_info.h b/include/m_info.h
index 98eeafbb..384a5cbf 100644
--- a/include/m_info.h
+++ b/include/m_info.h
@@ -110,11 +110,11 @@ Info MyInformation[] = {
{"OPER_SPAM_COUNTDOWN", "", OPER_SPAM_COUNTDOWN,
"Anti SpamBot Parameter"},
-#ifdef HAVE_LIBCRYPTO
- {"HAVE_LIBCRYPTO", "ON", 0, "Enable OpenSSL CHALLENGE Support"},
+#ifdef HAVE_OPENSSL
+ {"HAVE_OPENSSL", "ON", 0, "Enable OpenSSL CHALLENGE Support"},
#else
- {"HAVE_LIBCRYPTO", "OFF", 0, "Enable OpenSSL CHALLENGE Support"},
-#endif /* HAVE_LIBCRYPTO */
+ {"HAVE_OPENSSL", "OFF", 0, "Enable OpenSSL CHALLENGE Support"},
+#endif /* HAVE_OPENSSL */
#ifdef HAVE_LIBZ
{"HAVE_LIBZ", "YES", 0, "zlib (ziplinks) support"},