From: Lyndon Nerenberg Date: Thu, 3 Jul 2014 23:11:38 +0000 (-0700) Subject: Enable TLS by default. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/03e76aecdf671ca13b5912af8206e9bdcb6c0919?ds=sidebyside;hp=-c Enable TLS by default. --- 03e76aecdf671ca13b5912af8206e9bdcb6c0919 diff --git a/configure.ac b/configure.ac index 4fc486e9..846466f8 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ dnl Do you want client-side support for encryption with TLS? AC_ARG_WITH([tls], AS_HELP_STRING([--with-tls], [Enable TLS support])) AS_IF([test x"$with_tls" != x -a x"$with_tls" != x"no"],[ AC_DEFINE([TLS_SUPPORT], [1], [Support TLS for session encryption.])dnl - tls_support=yes],[tls_support=no]) + tls_support=no],[tls_support=yes]) dnl Set the backup prefix AC_ARG_WITH([hash-backup],