Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove object file dependencies from LIBHACL_HMAC_*
  • Loading branch information
Lukasdoe committed Apr 27, 2025
commit 7d37dc7d3f0163331cfa16f834934afb351bcbc1
7 changes: 1 addition & 6 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -692,12 +692,7 @@ LIBHACL_BLAKE2_LIB_SHARED=$(LIBHACL_BLAKE2_OBJS)

LIBHACL_HMAC_OBJS= \
Modules/_hacl/Hacl_HMAC.o \
Modules/_hacl/Hacl_Streaming_HMAC.o \
$(LIBHACL_MD5_OBJS) \
$(LIBHACL_SHA1_OBJS) \
$(LIBHACL_SHA2_OBJS) \
$(LIBHACL_SHA3_OBJS) \
$(LIBHACL_BLAKE2_OBJS)
Modules/_hacl/Hacl_Streaming_HMAC.o
LIBHACL_HMAC_LIB_STATIC=Modules/_hacl/libHacl_HMAC.a
LIBHACL_HMAC_LIB_SHARED=$(LIBHACL_HMAC_OBJS)

Expand Down
Loading