commit | 1ece2e3744fa75bb5afc0c2199a86b0b27a4de03 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu Aug 27 18:52:21 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 12 10:24:33 2017 -0800 |
tree | 1bb844a579aaedde054cb162bdc89186d7bcbd13 | |
parent | 609f0615ac214fefba324e343359ca04030d79fb [diff] [blame] |
security: Renaming EcdsaKeyParams to EcKeyParams Change-Id: If27faf095474f5be3f8f454925b389b97bf4425d Refs: #3135
diff --git a/src/security/v2/key-chain.cpp b/src/security/v2/key-chain.cpp index de9281d..850ad58 100644 --- a/src/security/v2/key-chain.cpp +++ b/src/security/v2/key-chain.cpp
@@ -154,7 +154,7 @@ const KeyParams& KeyChain::getDefaultKeyParams() { - static EcdsaKeyParams keyParams; + static EcKeyParams keyParams; return keyParams; }