Skip to content

Commit

Permalink
lib-dropbear: add missing sha384.c of tomcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 20, 2023
1 parent acb50b1 commit 04de921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lib-dropbear/Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/rmd256.
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/rmd320.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha1.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha2/sha256.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha2/sha384.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha2/sha512_224.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha2/sha512_256.c
LIBDROPBEAR_TOMCRYPT_SRCS-y += $(LIBDROPBEAR_SRC)/libtomcrypt/src/hashes/sha2/sha512.c
Expand Down

0 comments on commit 04de921

Please sign in to comment.