ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/m_challenge.c
(Generate patch)

Comparing ircd-hybrid-8/modules/m_challenge.c (file contents):
Revision 1242 by michael, Thu Sep 22 19:41:19 2011 UTC vs.
Revision 1243 by michael, Fri Sep 30 10:47:53 2011 UTC

# Line 24 | Line 24
24  
25   #include "stdinc.h"
26   #ifdef HAVE_LIBCRYPTO
27
28 #include "handlers.h"
27   #include "client.h"
28   #include "ircd.h"
29   #include "modules.h"
30   #include "numeric.h"
31   #include "send.h"
32   #include "s_conf.h"
35 /* -lcrypto is implicit for building this module! */
33   #include "rsa.h"
37 #include "msg.h"
34   #include "parse.h"
35   #include "irc_string.h"
36   #include "s_log.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines