diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-21 14:51:29 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-10 01:57:54 +0000 |
| commit | fdd4c5e5770c2765afd7734550dc80e31a480045 (patch) | |
| tree | 9564716b74e971828e0fbdbc6bb13ea8b2362428 /tests/unit_tests | |
| parent | 40ab12a773bc71c566485f4738dfeada7493a10a (diff) | |
| download | monzero-core-fdd4c5e5770c2765afd7734550dc80e31a480045.tar.gz monzero-core-fdd4c5e5770c2765afd7734550dc80e31a480045.tar.xz monzero-core-fdd4c5e5770c2765afd7734550dc80e31a480045.zip | |
move memwipe to epee to avoid common<->crypto circular dependencies
Diffstat (limited to 'tests/unit_tests')
| -rw-r--r-- | tests/unit_tests/memwipe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/memwipe.cpp b/tests/unit_tests/memwipe.cpp index 2d8980ef7..59f50cef8 100644 --- a/tests/unit_tests/memwipe.cpp +++ b/tests/unit_tests/memwipe.cpp @@ -30,7 +30,7 @@ #include <stdint.h> #include "misc_log_ex.h" -#include "common/memwipe.h" +#include "memwipe.h" // Probably won't catch the optimized out case, but at least we test // it works in the normal case |
