[SOLVED] Is QSslKey dependent on OpenSSL?
General and Desktop
3
Posts
2
Posters
1.1k
Views
1
Watching
-
in my application i create a QSslKey then check if it was null or not.
@QSslKey key(this->getKey(), QSsl::Rsa, QSsl::Pem, QSsl::PrivateKey, pass);
// check If key is null
if (key.isNull())
{
.
.
.
}
@
on a machine with openssl installed this never gives me null, but on a machine without openssl it always returns key is null!
I'm running the app on a win7