move memwipe to epee to avoid common<->crypto circular dependencies

This commit is contained in:
moneromooo-monero
2017-12-21 14:51:29 +00:00
parent 40ab12a773
commit fdd4c5e577
9 changed files with 10 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
#include "readline_buffer.h"
#endif
#include "common/memwipe.h"
#include "memwipe.h"
namespace
{