commit | dc25ddf7dd620f73025ebc645eb441f5bac94495 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Oct 20 14:28:55 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Oct 20 14:28:55 2020 -0700 |
tree | d9ddcdead8a62ab23e09331f66f30c1eb4b67756 | |
parent | dd3599170497a25e9855a5d0bd86f6acd03fcd14 [diff] |
update mem leak in crypto helpers Change-Id: Id9294dba9f1f2639edc58b5112b619eeee80af55
diff --git a/tests/unit-tests/crypto-helper.t.cpp b/tests/unit-tests/crypto-helper.t.cpp index 349800f..8f10361 100644 --- a/tests/unit-tests/crypto-helper.t.cpp +++ b/tests/unit-tests/crypto-helper.t.cpp
@@ -18,7 +18,7 @@ * See AUTHORS.md for complete list of ndncert authors and contributors. */ -#include "detail/crypto-helper.hpp" +#include "detail/crypto-helpers.hpp" #include "test-common.hpp" namespace ndn {