diff options
author | Angelo Mantellini <angelo.mantellini@cisco.com> | 2020-02-27 14:33:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-02-27 14:33:01 +0000 |
commit | 0fe06328d8bb8a174f0e9a246b437e5eaf2a7628 (patch) | |
tree | a8485c9952bf7bbc09ac6209b25352841a36371f /libtransport/src/security/identity.cc | |
parent | 40133d80a41f438b469b6c94e87fea2a00affa81 (diff) | |
parent | 3c532dd5e1844e0f094e2ae7555b1f65a2fd106f (diff) |
Merge "[HICN-538] Use type utils::CryptoHashtype instead of HashAlgorithm everywhere"
Diffstat (limited to 'libtransport/src/security/identity.cc')
-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(); |