commit | 4f3246305c3357bedcfb2b6947aa9285fe863268 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Jan 15 18:10:03 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Jan 15 18:56:15 2014 -0800 |
tree | 556d0b97ce9b95b0fe405fe85a551a8ad6e0d484 | |
parent | ea23f5706a57ea2b666a82d7db31e47e2c5cb8ad [diff] [blame] |
security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout Change-Id: Ibca0333129a3d4465ff294c4d97d59808ae253f4
diff --git a/src/node.cpp b/src/node.cpp index 404853e..6641bbc 100644 --- a/src/node.cpp +++ b/src/node.cpp
@@ -14,7 +14,7 @@ #include "util/ndnd-id-fetcher.hpp" -#include <ndn-cpp/security/signature/signature-sha256-with-rsa.hpp> +#include <ndn-cpp/security/signature-sha256-with-rsa.hpp> #include <ndn-cpp/status-response.hpp> using namespace std;