From 5d79d6c449db518b08473ba8bd184202c1c09611 Mon Sep 17 00:00:00 2001 From: cielavenir Date: Mon, 10 Feb 2025 01:26:12 +0900 Subject: [PATCH] Remove Sha384 from makefile --- CPP/7zip/Bundles/Format7zF/Arc_gcc.mak | 2 -- CPP/7zip/Compress/Sha512/makefile.gcc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak b/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak index d510eb7a..7364651b 100644 --- a/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak +++ b/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak @@ -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 = \ diff --git a/CPP/7zip/Compress/Sha512/makefile.gcc b/CPP/7zip/Compress/Sha512/makefile.gcc index beb29289..3738a1ab 100644 --- a/CPP/7zip/Compress/Sha512/makefile.gcc +++ b/CPP/7zip/Compress/Sha512/makefile.gcc @@ -30,6 +30,7 @@ COMPRESS_OBJS_2 = \ $O/DllExportsCompress.o \ $O/Sha512Reg.o \ $O/Sha512.o \ + $O/Sha512Opt.o \ OBJS = \ $(COMPRESS_OBJS_2) \