aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/security/identity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/security/identity.cc')
-rw-r--r--libtransport/src/security/identity.cc2
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();