Sync changes.

This commit is contained in:
XMRig 2018-08-31 18:01:15 +03:00
parent f7b029eb05
commit 57479cef8c
7 changed files with 31 additions and 14 deletions

View file

@ -23,8 +23,8 @@
*/
#ifndef KECCAK_H_
#define KECCAK_H_
#ifndef XMRIG_KECCAK_H
#define XMRIG_KECCAK_H
#include <stdint.h>
#include <string.h>
@ -52,4 +52,4 @@ void keccakf(uint64_t st[25], int norounds);
} /* namespace xmrig */
#endif /* KECCAK_H_ */
#endif /* XMRIG_KECCAK_H */