Makefile.am edited online with Bitbucket

This commit is contained in:
踏刃而起 2021-03-15 07:20:08 +00:00
parent 6759967336
commit da2e833277
1 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,10 @@ SRC_HITGEN = util/hitgen.c util/hip_util.c protocol/hip_globals.c
hitgen_CFLAGS = -DHITGEN
# XKCP library source files
SRC_XKCP = lib/src/XKCP/Keyakv2.c lib/src/XKCP/SP800-185.c lib/src/XKCP/KeccakSponge.c \
lib/src/XKCP/KeccakP-800-compact.c lib/src/XKCP/KeccakP-1600-compact64.c \
lib/src/XKCP/SimpleFIPS202.c
SRC_XKCP = lib/src/XKCP/Keyakv2.c lib/src/XKCP/SP800-185.c lib/src/XKCP/KeccakSponge.c \
lib/src/XKCP/KeccakP-800-compact.c lib/src/XKCP/KeccakP-1600-compact64.c \
lib/src/XKCP/SimpleFIPS202.c lib/src/XKCP/Xoodyak.c \
lib/src/XKCP/Xoodoo-optimized.c lib/src/XKCP/Xoodyak-full-blocks.c
# Usermode version
hip_CFLAGS =