INN commit: trunk/nnrpd (nnrpd.h)
INN Commit
rra at isc.org
Wed Nov 23 21:32:20 UTC 2016
Date: Wednesday, November 23, 2016 @ 13:32:20
Author: iulius
Revision: 10120
Fix build when SASL support is enabled but not TLS support
Modified:
trunk/nnrpd/nnrpd.h
---------+
nnrpd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nnrpd.h
===================================================================
--- nnrpd.h 2016-11-09 20:30:01 UTC (rev 10119)
+++ nnrpd.h 2016-11-23 21:32:20 UTC (rev 10120)
@@ -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