mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix using the wrong variable for the ciphersuites in ssl_openssl.
This commit is contained in:
parent
f75335f98b
commit
c5c3004561
@ -429,7 +429,7 @@ namespace OpenSSL
|
||||
}
|
||||
|
||||
const std::string ciphersuites = tag->getString("ciphersuites");
|
||||
if (!ciphers.empty())
|
||||
if (!ciphersuites.empty())
|
||||
{
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10101000L
|
||||
if ((!ctx.SetCiphersuites(ciphersuites)) || (!clientctx.SetCiphersuites(ciphersuites)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user