diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:39:40 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:39:40 -0500 |
| commit | bb37e434fc306e19aa2097977a78de0f15054063 (patch) | |
| tree | 3679f3360adeeb6ced9fb8594a36d76d7801ce72 /src/crypto | |
| parent | d4d5a4433d550499921d8dd5c1bacee66c7d116b (diff) | |
| parent | 6b41bd8eb5fdb34a4d657cefefd8014e3c36115b (diff) | |
| download | monzero-core-bb37e434fc306e19aa2097977a78de0f15054063.tar.gz monzero-core-bb37e434fc306e19aa2097977a78de0f15054063.tar.xz monzero-core-bb37e434fc306e19aa2097977a78de0f15054063.zip | |
Merge pull request #5624
6b41bd8 Delete more include string.h (wepeng)
Diffstat (limited to 'src/crypto')
| -rw-r--r-- | src/crypto/slow-hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 13835c823..1fa819b57 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -43,7 +43,6 @@ #include "CryptonightR_JIT.h" #include <errno.h> -#include <string.h> #define MEMORY (1 << 21) // 2MB scratchpad #define ITER (1 << 20) |
