Skip to content

Commit

Permalink
fix windows compile yescrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jan 15, 2024
1 parent 9790851 commit d20a8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Native/libmultihash/yescrypt/yescrypt-opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "sha256.h"
#include "sysendian.h"

#include "yescrypt-platform.c"
#include "yescrypt-platform.h"

static inline uint32_t
le32dec(const void *pp)
Expand Down

0 comments on commit d20a8b3

Please sign in to comment.