commit | 6be1a6a4475b4957e3a39f7acb37f0ab7145fd40 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 06 00:08:14 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:20 2014 -0800 |
tree | 03aa5f3c624a2681ceebd3f5513a934408726478 | |
parent | 3c034206793d887819c9dce3c12245da120c43fc [diff] [blame] |
security+node: Fixing includes and removing deprecated files Change-Id: If1565b8ae9c1c1dd78a0bc0490c76a836c1ceacf
diff --git a/src/security/identity/basic-identity-storage.cpp b/src/security/identity/basic-identity-storage.cpp index da0e991..7a31c25 100644 --- a/src/security/identity/basic-identity-storage.cpp +++ b/src/security/identity/basic-identity-storage.cpp
@@ -19,7 +19,7 @@ #include "ndn-cpp/data.hpp" #include <ndn-cpp/security/certificate/identity-certificate.hpp> #include "../../c/util/time.h" -#include <ndn-cpp/signature/signature-sha256-with-rsa.hpp> +#include <ndn-cpp/security/signature/signature-sha256-with-rsa.hpp> INIT_LOGGER("BasicIdentityStorage");