mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Qt: OPENSSL_VERSION_AT_LEAST was reverted in openssl git because it is in fact broken
This commit is contained in:
parent
9638005332
commit
32345e37f8
@ -578,7 +578,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
removeUpdateTempFiles();
|
||||
#ifdef HAVE_OPENSSL
|
||||
{
|
||||
#if OPENSSL_VERSION_AT_LEAST(1,1)
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
const SSL_METHOD *method = TLS_method();
|
||||
SSL_CTX *ctx = SSL_CTX_new(method);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user