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/tests/unit-tests/exclude.t.cpp b/tests/unit-tests/exclude.t.cpp index a6823c6..715f747 100644 --- a/tests/unit-tests/exclude.t.cpp +++ b/tests/unit-tests/exclude.t.cpp
@@ -20,7 +20,7 @@ */ #include "exclude.hpp" -#include "util/digest.hpp" +#include "util/sha256.hpp" #include "boost-test.hpp"