mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: add blake2b.c to sha3 makefile
This commit is contained in:
parent
b30ab34242
commit
31124f7743
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ LDFLAGS=-O2
|
|||
SOURCES=sph_jh.c sph_blake.c sph_bmw.c sph_groestl.c sph_skein.c sph_keccak.c sph_luffa.c sph_cubehash.c sph_shavite.c \
|
||||
sph_simd.c sph_echo.c sph_fugue.c sph_hamsi.c sph_shabal.c sph_whirlpool.c \
|
||||
sph_haval.c sph_hefty1.c sph_ripemd.c sph_sha2.c sph_sha2big.c sph_tiger.c \
|
||||
blake2s.c
|
||||
blake2s.c blake2b.c
|
||||
|
||||
OBJECTS=$(SOURCES:.c=.o)
|
||||
OUTPUT=libhash.a
|
||||
|
|
Loading…
Add table
Reference in a new issue