commit | 7a67cb6f5e0c7c4237c91552f6419f7628d433c0 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Aug 26 11:43:18 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Aug 26 11:43:18 2013 -0700 |
tree | d4c393e5bd5b35fdaa4017df6d40400587ca02fd | |
parent | fb29cda6f1dc207f90607a483ddedeb9fc8c3a15 [diff] [blame] |
Move key-chain to security subdirectory.
diff --git a/tests/test-encode-decode-data.cpp b/tests/test-encode-decode-data.cpp index 387712a..0b4aa26 100644 --- a/tests/test-encode-decode-data.cpp +++ b/tests/test-encode-decode-data.cpp
@@ -8,7 +8,7 @@ #include <iostream> #include <time.h> #include "../ndn-cpp/data.hpp" -#include "../ndn-cpp/key-chain.hpp" +#include "../ndn-cpp/security/key-chain.hpp" using namespace std; using namespace ndn;