diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-02-27 15:22:51 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-02-27 15:22:51 +0100 |
commit | 3c532dd5e1844e0f094e2ae7555b1f65a2fd106f (patch) | |
tree | 999c31ee428c7686acfb4c7fbc4d28a1a5aa141f /libtransport/src/security | |
parent | bd8380012c308a79861e2e52919e9ff6326d45dc (diff) |
[HICN-538] Use type utils::CryptoHashtype instead of HashAlgorithm everywhere
Change-Id: Iddbc427611c888b28059170a70c0925ebb299cb5
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libtransport/src/security')
-rw-r--r-- | libtransport/src/security/identity.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/security/identity.cc b/libtransport/src/security/identity.cc index 55713245e..d7a08f7b5 100644 --- a/libtransport/src/security/identity.cc +++ b/libtransport/src/security/identity.cc @@ -73,7 +73,7 @@ Identity Identity::generateIdentity(const std::string &subject_name) { } Identity::Identity(std::string &file_name, std::string &password, - transport::core::HashAlgorithm hash_algorithm) + utils::CryptoHashType hash_algorithm) : hash_algorithm_(hash_algorithm) { parcSecurity_Init(); |