mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add SSL version info to About dialog
This commit is contained in:
@@ -107,7 +107,9 @@ void RicHelpAboutFeature::onActionTriggered( bool isChecked )
|
||||
txt = " Use of SSL is available";
|
||||
if ( isSslSupported )
|
||||
{
|
||||
txt += " and supported";
|
||||
txt += " and supported : ";
|
||||
txt += QSslSocket::sslLibraryVersionString();
|
||||
txt += ", Build: " + QSslSocket::sslLibraryBuildVersionString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user