]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
m_ssl_openssl Free the ssl_cert object as soon as the session is closed instead of...
[user/henk/code/inspircd.git] / configure
index 27f7e6f1ec4290a7d310f491040243f8ff5dd90e..33e9b4c505061cebe29e8d946210ecccc5d2902e 100755 (executable)
--- a/configure
+++ b/configure
@@ -209,6 +209,7 @@ else
        {
                chomp($config{HAS_OPENSSL}  = `pkg-config --modversion openssl 2>/dev/null`);           # Openssl version, others
                $config{HAS_OPENSSL_PORT} = "";
+               $config{USE_FREEBSD_BASE_SSL} = "n";
        }
 }