INN commit: branches/2.6/nnrpd (nnrpd.h)
INN Commit
rra at isc.org
Wed Nov 23 21:32:53 UTC 2016
Date: Wednesday, November 23, 2016 @ 13:32:53
Author: iulius
Revision: 10121
Fix build when SASL support is enabled but not TLS support
Modified:
branches/2.6/nnrpd/nnrpd.h
---------+
nnrpd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nnrpd.h
===================================================================
--- nnrpd.h 2016-11-23 21:32:20 UTC (rev 10120)
+++ nnrpd.h 2016-11-23 21:32:53 UTC (rev 10121)
@@ -167,7 +167,7 @@
EXTERN bool PERMauthorized;
EXTERN bool PERMcanauthenticate;
-#ifdef HAVE_OPENSSL
+#if defined(HAVE_OPENSSL) || defined(HAVE_SASL)
EXTERN bool PERMcanauthenticatewithoutSSL;
#endif
EXTERN bool PERMcanpost;
More information about the inn-committers
mailing list