summaryrefslogtreecommitdiff
path: root/src/components/security_manager/include
diff options
context:
space:
mode:
authorAndrii Kalinich <AKalinich@luxoft.com>2018-05-26 00:18:08 +0300
committerAndrii Kalinich <AKalinich@luxoft.com>2018-06-18 21:17:07 +0300
commitfbfc18dae7e58c7c74cae7b918e013f3e2b78ef8 (patch)
tree01103bcd17c84c4c5606a66eb4368d1dae219500 /src/components/security_manager/include
parent6c33fcaf72bf184b2daa22a9abde3ca36cea000b (diff)
downloadsdl_core-fbfc18dae7e58c7c74cae7b918e013f3e2b78ef8.tar.gz
Fix leaked objects and add const
Conflicts: src/components/security_manager/src/crypto_manager_impl.cc
Diffstat (limited to 'src/components/security_manager/include')
-rw-r--r--src/components/security_manager/include/security_manager/crypto_manager_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/security_manager/include/security_manager/crypto_manager_impl.h b/src/components/security_manager/include/security_manager/crypto_manager_impl.h
index 770dfa102d..95b44edf7d 100644
--- a/src/components/security_manager/include/security_manager/crypto_manager_impl.h
+++ b/src/components/security_manager/include/security_manager/crypto_manager_impl.h
@@ -160,7 +160,7 @@ class CryptoManagerImpl : public CryptoManager {
* @return true if new certificate data was successfully saved on the file
* system, otherwise returns false
*/
- bool SaveCertificateData(const std::string& cert_data);
+ bool SaveCertificateData(const std::string& cert_data) const;
/**
* @brief Updates certificate and private key for the current SSL context