commit | 30d96e48750cac510d950191c71dba91a49be7cf | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Sun Mar 21 19:15:33 2021 -0700 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Sat Mar 27 11:00:40 2021 -0700 |
tree | 969d5aff9c5b01abbf6410641303b01412ae05e9 | |
parent | 6002e6ab4bff98dc4777ace9088f8ec5b51995e2 [diff] [blame] |
Do not compile ChronoSync support by default ChronoSync dependency is now made optional and is kept for testing purposes only. Also change sig-type to ecdsa-sha256 in nlsr.conf as ndn-cxx now has strict checking for it. refs: #5147 Change-Id: I95c9fb844681ebf2c4e7bbb03cc7796a0795de83
diff --git a/tests/update/test-nfd-rib-command-processor.cpp b/tests/update/test-nfd-rib-command-processor.cpp index d5fa0c8..ef8c1b6 100644 --- a/tests/update/test-nfd-rib-command-processor.cpp +++ b/tests/update/test-nfd-rib-command-processor.cpp
@@ -27,6 +27,8 @@ #include "../test-common.hpp" #include "../control-commands.hpp" +#include <boost/lexical_cast.hpp> + namespace nlsr { namespace test {