added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / ircd_crypt_plain.c
index 4050a5244b582d21bada8208a3fed11068f6faa8..2b96a735b32900420b609cf53ec00f5751ae8744 100644 (file)
@@ -17,9 +17,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  */
-/*
+/**
  * @file
- * @brief Routines for PLAIN passwords
+ * @brief Routines for PLAIN passwords.
  * @version $Id$
  * 
  * PLAIN text encryption.  Oxymoron and a half that.
 #include "config.h"
 #include "ircd_crypt.h"
 #include "ircd_crypt_plain.h"
+#include "ircd_log.h"
 #include "s_debug.h"
 #include "ircd_alloc.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <unistd.h>
 
 /** Just sends back the supplied password.