Apply hikari's pluggable crypt mechanism patch
[ircu2.10.12-pk.git] / ircd / ircd.c
index 4e1364bf7f71a33ee3873e9640b67f74a9323d30..33dbfaf73d776dbfd9d6ec2be7066f97a6fa95df 100644 (file)
@@ -35,6 +35,7 @@
 #include "ircd_reply.h"
 #include "ircd_signal.h"
 #include "ircd_string.h"
+#include "ircd_crypt.h"
 #include "jupe.h"
 #include "list.h"
 #include "match.h"
@@ -664,6 +665,10 @@ int main(int argc, char **argv) {
 
   init_resolver();
 
+  /* we need this for now, when we're modular this 
+     should be removed -- hikari */
+  ircd_crypt_init();
+
   motd_init();
 
   if (!init_conf()) {