commit | d091e31269bd0c8042e89b775b94804651878cad | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 13 11:04:47 2017 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 13 11:04:47 2017 -0700 |
tree | a3f1350dfb04a7fae4a74e02c51e238bf445124c | |
parent | f4193eafa11e0f9993cf60056c09e591e1a77217 [diff] [blame] |
Explicitly use v1 security headers Change-Id: I8ca078d75d57ef6b4e2a4ceda06a02998b3a4424
diff --git a/src/util/util.cpp b/src/util/util.cpp index bbdf0c2..3c8adb8 100644 --- a/src/util/util.cpp +++ b/src/util/util.cpp
@@ -18,7 +18,7 @@ */ #include "util.hpp" -#include <ndn-cxx/security/cryptopp.hpp> +#include <ndn-cxx/security/v1/cryptopp.hpp> namespace ndn { namespace ndns {