aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/chacha.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-10 11:50:58 +0100
committerRiccardo Spagni <ric@spagni.net>2018-01-10 11:50:58 +0100
commitab8a32429a2394e183d3d999859017c51cc0b469 (patch)
tree6a0d636d4cddcf254e98aa55d72c26e8bbf8ec65 /src/crypto/chacha.h
parentMerge pull request #2983 (diff)
parentfix some link errors in debug mode for macos (diff)
downloadmonero-ab8a32429a2394e183d3d999859017c51cc0b469.tar.xz
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/crypto/chacha.h')
-rw-r--r--src/crypto/chacha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/chacha.h b/src/crypto/chacha.h
index a9665030d..c11e4aa2f 100644
--- a/src/crypto/chacha.h
+++ b/src/crypto/chacha.h
@@ -39,7 +39,7 @@
#if defined(__cplusplus)
#include <memory.h>
-#include "common/memwipe.h"
+#include "memwipe.h"
#include "hash.h"
namespace crypto {