Get OpenSSL version

This commit is contained in:
Pierre HUBERT 2020-06-15 18:39:46 +02:00
parent a20d8d58ef
commit b71399f2a6

View File

@ -20,6 +20,8 @@ int main(int argc, char *argv[])
return -1;
}
// Useful information in case of upgrade
qDebug() << "Required version of OpenSSL: " << QSslSocket::sslLibraryBuildVersionString();
if(!AccountHelper::SignedIn()) {
(new LoginWindow())->show();