commit | 482ccc5f76fa5eafc17f942034b237d890452db2 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Mar 31 13:05:24 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Mar 31 14:22:17 2014 -0700 |
tree | 0b988f753896aa4d53b8f55d55465cf3db24871e | |
parent | e36cf510d020a3869fa0b4aa8554cdd41376113b [diff] [blame] |
build: suppress CryptoPP warnings Change-Id: I52e93fb18c42cf72d73c4477dc4a8093a5221215
diff --git a/src/util/crypto.cpp b/src/util/crypto.cpp index 3aa114a..1621005 100644 --- a/src/util/crypto.cpp +++ b/src/util/crypto.cpp
@@ -6,9 +6,7 @@ #include "../common.hpp" #include "crypto.hpp" -#include <cryptopp/sha.h> -#include <cryptopp/filters.h> -#include <cryptopp/files.h> +#include "../security/cryptopp.hpp" namespace ndn {