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

Comparing ircd-hybrid-7.2/modules/m_cryptlink.c (file contents):
Revision 896 by michael, Sat Nov 3 08:54:09 2007 UTC vs.
Revision 912 by michael, Wed Nov 7 22:47:44 2007 UTC

# Line 30 | Line 30
30   */
31  
32   #include "stdinc.h"
33 + #ifdef HAVE_LIBCRYPTO
34 +
35   #include "handlers.h"
36   #include "client.h"      /* client struct */
37   #include "ircd.h"        /* me */
# Line 536 | Line 538 | bogus_host(char *host)
538  
539    return(!dots || length > HOSTLEN);
540   }
541 +
542 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines