diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:50:58 +0100 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:50:58 +0100 |
| commit | ab8a32429a2394e183d3d999859017c51cc0b469 (patch) | |
| tree | 6a0d636d4cddcf254e98aa55d72c26e8bbf8ec65 /src/common/password.cpp | |
| parent | 3ce7f2beadba5bf98d661dce774efa1ae3ac1bed (diff) | |
| parent | 6d8b29ef2800a36236e4d31521878ef02f3084ab (diff) | |
| download | monzero-core-ab8a32429a2394e183d3d999859017c51cc0b469.tar.gz monzero-core-ab8a32429a2394e183d3d999859017c51cc0b469.tar.xz monzero-core-ab8a32429a2394e183d3d999859017c51cc0b469.zip | |
Merge pull request #2985
6d8b29ef fix some link errors in debug mode for macos (stoffu)
fdd4c5e5 move memwipe to epee to avoid common<->crypto circular dependencies (moneromooo-monero)
40ab12a7 epee: remove dependency on common (moneromooo-monero)
Diffstat (limited to 'src/common/password.cpp')
| -rw-r--r-- | src/common/password.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/password.cpp b/src/common/password.cpp index dc0856160..011123300 100644 --- a/src/common/password.cpp +++ b/src/common/password.cpp @@ -46,7 +46,7 @@ #include "readline_buffer.h" #endif -#include "common/memwipe.h" +#include "memwipe.h" namespace { |
