commit | f4cde4ebf3f0185c72ff2692dd52a8b291daa31a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 13:42:57 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:27:15 2016 -0800 |
tree | 2435ed13f86da9aad2e5f649196b7e6b7f574a42 | |
parent | 452899723a91398bc0111b9345c6122ac1e42db0 [diff] [blame] |
Fix includes
diff --git a/src/hash-helper.hpp b/src/hash-helper.hpp index a2690ce..00e5128 100644 --- a/src/hash-helper.hpp +++ b/src/hash-helper.hpp
@@ -27,7 +27,7 @@ #include <boost/shared_ptr.hpp> #include <boost/exception/all.hpp> #include <boost/filesystem.hpp> -#include "ndnx-common.h" +#include "ccnx-common.hpp" // Other options: VP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_sha256, EVP_dss, EVP_dss1, EVP_mdc2, EVP_ripemd160 #define HASH_FUNCTION EVP_sha256