commit | 6f3c58b9bd32bd1a9beb6f2a4d299733261ed0fc | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Oct 30 08:53:42 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Oct 30 08:53:42 2020 -0700 |
tree | 2a73f07746fe42077708ac3724a0426cb0aa6f28 | |
parent | d59f2cf0959935bb95c6f8d55db945f666d227bf [diff] [blame] |
back to use protected keychain Change-Id: I6f69fbea2640c78ac73a2d372978729154779383
diff --git a/tests/identity-management-fixture.hpp b/tests/identity-management-fixture.hpp index 9bae058..9b10dbf 100644 --- a/tests/identity-management-fixture.hpp +++ b/tests/identity-management-fixture.hpp
@@ -90,7 +90,7 @@ security::Certificate addCertificate(const security::Key& key, const std::string& issuer); -public: +protected: KeyChain m_keyChain; };