]> andersk Git - openssh.git/blobdiff - configure.ac
[configure.ac] fix logic on when ssh-rand-helper is installed.
[openssh.git] / configure.ac
index 292a088d75e4d7987aee1571345c60a421cc3f04..1337e55b7c341cd689843e176920858d7a8fe52e 100644 (file)
@@ -884,8 +884,8 @@ if test ! -z "$OPENSSL_SEEDS_ITSELF" -a -z "$USE_RAND_HELPER" ; then
        AC_DEFINE(OPENSSL_PRNG_ONLY)
        RAND_MSG="OpenSSL internal ONLY"
        INSTALL_SSH_RAND_HELPER=""
-elif test ! -z "$OPENSSL_SEEDS_ITSELF" -a ! -z "$USE_RAND_HELPER" ; then
-       # OpenSSL with fallback to rand helper
+elif test ! -z "$USE_RAND_HELPER" ; then
+       # install rand helper
        RAND_MSG="ssh-rand-helper"
        INSTALL_SSH_RAND_HELPER="yes"
 fi
This page took 0.1099 seconds and 4 git commands to generate.