Skip to content

Commit 2b058ac

Browse files
committed
Merge pull request PhearNet#3 from Patman64/vs_fix
Fix build on Windows with Visual Studio.
2 parents 7dd6f07 + 867404a commit 2b058ac

File tree

12 files changed

+11
-11
lines changed

12 files changed

+11
-11
lines changed

binding.gyp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"quark.c",
1414
"bcrypt.c",
1515
"sha3/aes_helper.c",
16-
"sha3/blake.c",
17-
"sha3/bmw.c",
18-
"sha3/cubehash.c",
19-
"sha3/echo.c",
20-
"sha3/groestl.c",
21-
"sha3/jh.c",
22-
"sha3/keccak.c",
23-
"sha3/luffa.c",
24-
"sha3/shavite.c",
25-
"sha3/simd.c",
26-
"sha3/skein.c"
16+
"sha3/sph_blake.c",
17+
"sha3/sph_bmw.c",
18+
"sha3/sph_cubehash.c",
19+
"sha3/sph_echo.c",
20+
"sha3/sph_groestl.c",
21+
"sha3/sph_jh.c",
22+
"sha3/sph_keccak.c",
23+
"sha3/sph_luffa.c",
24+
"sha3/sph_shavite.c",
25+
"sha3/sph_simd.c",
26+
"sha3/sph_skein.c"
2727
]
2828
}
2929
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sha3/jh.c renamed to sha3/sph_jh.c

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)