commit | f2d21862702e8fbeb4d1cfe3ad77b8c12a92a040 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Aug 26 11:47:51 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Aug 26 11:47:51 2013 -0700 |
tree | 3a3820af344c370412fd482410530457acb3151a | |
parent | 7a67cb6f5e0c7c4237c91552f6419f7628d433c0 [diff] |
Move key-chain to security subdirectory.
diff --git a/tests/test-publish-async.cpp b/tests/test-publish-async.cpp index a7ba291..78bc12b 100644 --- a/tests/test-publish-async.cpp +++ b/tests/test-publish-async.cpp
@@ -8,7 +8,7 @@ #include <iostream> #include <time.h> #include "../ndn-cpp/face.hpp" -#include "../ndn-cpp/key-chain.hpp" +#include "../ndn-cpp/security/key-chain.hpp" using namespace std; using namespace ndn;