security: Renaming EcdsaKeyParams to EcKeyParams
Change-Id: If27faf095474f5be3f8f454925b389b97bf4425d
Refs: #3135
diff --git a/tests/unit-tests/security/pib/pib-data-fixture.cpp b/tests/unit-tests/security/pib/pib-data-fixture.cpp
index 544892d..0856b85 100644
--- a/tests/unit-tests/security/pib/pib-data-fixture.cpp
+++ b/tests/unit-tests/security/pib/pib-data-fixture.cpp
@@ -43,7 +43,7 @@
// printTestDataForId(const std::string& prefix, const Name& id)
// {
// for (int keyId : {1, 2}) {
-// Name keyName = tpm.createKey(id, EcdsaKeyParams(name::Component::fromNumber(keyId)));
+// Name keyName = tpm.createKey(id, EcKeyParams(name::Component::fromNumber(keyId)));
// for (int certVersion : {1, 2}) {
// Name certName = keyName;