Skip to content

Commit d0fd5d9

Browse files
committed
Enable libraries
1 parent 96fa036 commit d0fd5d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,18 @@ crypto_libgridcoin_crypto_base_a_SOURCES = \
323323
crypto/hmac_sha256.h \
324324
crypto/hmac_sha512.cpp \
325325
crypto/hmac_sha512.h \
326+
crypto/poly1305.h \
327+
crypto/poly1305.cpp \
326328
crypto/ripemd160.cpp \
327329
crypto/ripemd160.h \
328330
crypto/sha1.cpp \
329331
crypto/sha1.h \
330332
crypto/sha256.cpp \
331333
crypto/sha256.h \
332334
crypto/sha512.cpp \
333-
crypto/sha512.h
335+
crypto/sha512.h \
336+
crypto/siphash.cpp \
337+
crypto/siphash.h
334338

335339
if USE_ASM
336340
crypto_libgridcoin_crypto_base_a_SOURCES += crypto/sha256_sse4.cpp

0 commit comments

Comments
 (0)