commit | 71b2f874867ddcd29f60d3a30d2037a0888f581f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Dec 17 12:03:17 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Dec 17 12:03:17 2013 -0800 |
tree | afafc7d09e8390705c5f11743df0933da268dcde | |
parent | 98ec85a88848ffc5acc60e8548af67da475b0660 [diff] [blame] |
Rename key.hpp to key-locator.hpp. Refs #1089.
diff --git a/include/ndn-cpp/sha256-with-rsa-signature.hpp b/include/ndn-cpp/sha256-with-rsa-signature.hpp index ceb5c5b..d2e5374 100644 --- a/include/ndn-cpp/sha256-with-rsa-signature.hpp +++ b/include/ndn-cpp/sha256-with-rsa-signature.hpp
@@ -9,7 +9,7 @@ #define NDN_SHA256_WITH_RSA_SIGNATURE_HPP #include "data.hpp" -#include "key.hpp" +#include "key-locator.hpp" #include "publisher-public-key-digest.hpp" namespace ndn {