diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bb0095f64..2240c725c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -122,7 +122,7 @@ AC_CHECK_DECL([PR_SET_NO_NEW_PRIVS], [have_linux_no_new_privs=1], , [ | |||
122 | ]) | 122 | ]) |
123 | 123 | ||
124 | openssl=yes | 124 | openssl=yes |
125 | ssh1=yes | 125 | ssh1=no |
126 | AC_ARG_WITH([openssl], | 126 | AC_ARG_WITH([openssl], |
127 | [ --without-openssl Disable use of OpenSSL; use only limited internal crypto **EXPERIMENTAL** ], | 127 | [ --without-openssl Disable use of OpenSSL; use only limited internal crypto **EXPERIMENTAL** ], |
128 | [ if test "x$withval" = "xno" ; then | 128 | [ if test "x$withval" = "xno" ; then |