summaryrefslogtreecommitdiffstats
path: root/src/core/net/client_cert_store_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net/client_cert_store_data.cpp')
-rw-r--r--src/core/net/client_cert_store_data.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/net/client_cert_store_data.cpp b/src/core/net/client_cert_store_data.cpp
index d1018a063..5a62cb6fe 100644
--- a/src/core/net/client_cert_store_data.cpp
+++ b/src/core/net/client_cert_store_data.cpp
@@ -106,7 +106,9 @@ public:
return { SSL_SIGN_RSA_PKCS1_SHA1, SSL_SIGN_RSA_PKCS1_SHA512
, SSL_SIGN_RSA_PKCS1_SHA384, SSL_SIGN_RSA_PKCS1_SHA256 };
}
-
+ std::string GetProviderName() override {
+ return "qtwebengine";
+ }
private:
EVP_PKEY *m_key;
BIO *m_mem;