Skip to content

Commit

Permalink
Remove Sha384 from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Feb 9, 2025
1 parent 1d1e8c6 commit 5d79d6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,10 @@ endif
HASHES_OBJS = \
$O/Md2Reg.o \
$O/Md4Reg.o \
$O/Sha384Reg.o \
$O/XXH32Reg.o \
$O/Blake3Reg.o \
$O/md2.o \
$O/md4.o \
$O/sha512.o \
$O/blake3.o \

C_OBJS = \
Expand Down
1 change: 1 addition & 0 deletions CPP/7zip/Compress/Sha512/makefile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COMPRESS_OBJS_2 = \
$O/DllExportsCompress.o \
$O/Sha512Reg.o \
$O/Sha512.o \
$O/Sha512Opt.o \

OBJS = \
$(COMPRESS_OBJS_2) \
Expand Down

0 comments on commit 5d79d6c

Please sign in to comment.