mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
move memwipe to epee to avoid common<->crypto circular dependencies
This commit is contained in:
parent
40ab12a773
commit
fdd4c5e577
9 changed files with 10 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue