summaryrefslogtreecommitdiff
path: root/modules/extra/m_ssl.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-02-19 00:48:21 -0500
committerAdam <Adam@anope.org>2013-02-19 00:48:21 -0500
commit7d50818ee1da97dcac0037d415047955c889d307 (patch)
tree22bdb6a49842126fa38a90943573e43b30d52205 /modules/extra/m_ssl.cpp
parentcb91f991a355344520c468495bd7d0f6f7359027 (diff)
Fix some OpenBSD build issues, and bugs #1485 #1486 #1487
Diffstat (limited to 'modules/extra/m_ssl.cpp')
-rw-r--r--modules/extra/m_ssl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_ssl.cpp b/modules/extra/m_ssl.cpp
index 9929c6f15..7158a5ce5 100644
--- a/modules/extra/m_ssl.cpp
+++ b/modules/extra/m_ssl.cpp
@@ -1,4 +1,4 @@
-/* RequiredLibraries: ssl,crypt */
+/* RequiredLibraries: ssl,crypto */
#include "module.h"
#include "ssl.h"