Openssl: add thread support and fix initialization
[platform/core/security/key-manager.git] / src / manager / client / client-manager-impl.cpp
index 79774c1..17c2361 100644 (file)
@@ -92,7 +92,7 @@ ManagerImpl::ManagerImpl()
     m_ocspConnection(SERVICE_SOCKET_OCSP),
     m_encryptionConnection(SERVICE_SOCKET_ENCRYPTION)
 {
-    initCryptoLib();
+    initOpenSslOnce();
 }