commit | 6938e3461bc7b64531403b05d18d492d4713c641 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 25 21:56:58 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 25 21:56:58 2017 +0000 |
tree | 816e954e02563350ae1770d72df6ea80694b887b | |
parent | 9b845359f9fae1105472ed891e33f801303c8b2f [diff] [blame] |
util: rename digest.hpp to sha256.hpp The new file name matches the Sha256 class included within. This commit also deletes deprecated crypto.hpp. refs #3940 Change-Id: Ib9bbcd0ba087b812bb0886ceaea116689d4633f5
diff --git a/src/data.cpp b/src/data.cpp index 649eb7a..e982700 100644 --- a/src/data.cpp +++ b/src/data.cpp
@@ -21,7 +21,7 @@ #include "data.hpp" #include "encoding/block-helpers.hpp" -#include "util/digest.hpp" +#include "util/sha256.hpp" namespace ndn {