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 1414 by michael, Sun Mar 25 11:24:18 2012 UTC vs.
Revision 1415 by michael, Sat May 26 08:58:18 2012 UTC

# Line 23 | Line 23
23   */
24  
25   #include "stdinc.h"
26 #ifdef HAVE_LIBCRYPTO
26   #include "client.h"
27   #include "ircd.h"
28   #include "modules.h"
# Line 37 | Line 36
36   #include "s_user.h"
37  
38  
39 + #ifdef HAVE_LIBCRYPTO
40   /* failed_challenge_notice()
41   *
42   * inputs       - pointer to client doing /oper ...
# Line 183 | Line 183 | module_exit(void)
183    mod_del_cmd(&challenge_msgtab);
184   }
185  
186 + #else
187 +
188 + static void
189 + module_init(void)
190 + {
191 + }
192 +
193 + static void
194 + module_exit(void)
195 + {
196 + }
197 + #endif
198 +
199   struct module module_entry = {
200    .node    = { NULL, NULL, NULL },
201    .name    = NULL,
# Line 192 | Line 205 | struct module module_entry = {
205    .modexit = module_exit,
206    .flags   = 0
207   };
195 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines