INN commit: trunk/include/inn (innconf.h)

INN Commit rra at isc.org
Sat Feb 23 22:51:56 UTC 2013


    Date: Saturday, February 23, 2013 @ 14:51:55
  Author: eagle
Revision: 9459

innconf: Don't test HAVE_SSL
    
This relieves customers of /usr/include/inn from the need to guess
whether INN was built with SSL support in order to get a header that
matches the installed libraries.

Patch from Richard Kettlewell <rjk at terraraq.org.uk>.

Modified:
  trunk/include/inn/innconf.h

-----------+
 innconf.h |    2 --
 1 file changed, 2 deletions(-)

Modified: innconf.h
===================================================================
--- innconf.h	2013-01-16 21:57:16 UTC (rev 9458)
+++ innconf.h	2013-02-23 22:51:55 UTC (rev 9459)
@@ -122,12 +122,10 @@
     unsigned long backofftrigger;  /* Number of postings before triggered */
 
     /* Reading and posting -- SSL and TLS support */
-#ifdef HAVE_SSL
     char *tlscafile;            /* Path to a certificate authority file */
     char *tlscapath;            /* Path to a directory of CA certificates */
     char *tlscertfile;          /* Path to the SSL certificate to use */
     char *tlskeyfile;           /* Path to the key for the certificate */
-#endif /* HAVE_SSL */
 
     /* Monitoring */
     bool doinnwatch;            /* Start innwatch from rc.news? */



More information about the inn-committers mailing list