Skip to content

Commit

Permalink
Add SHA1, SHA384, and SHA512 functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 12, 2024
1 parent 14c2e4b commit 03fab69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ nobase_include_HEADERS = \
libimobiledevice-glue/termcolors.h \
libimobiledevice-glue/cbuf.h \
libimobiledevice-glue/opack.h \
libimobiledevice-glue/tlv.h
libimobiledevice-glue/tlv.h \
libimobiledevice-glue/sha.h
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ libimobiledevice_glue_1_0_la_SOURCES = \
cbuf.c \
opack.c \
tlv.c \
sha1.c \
sha512.c \
fixedint.h \
common.h

if WIN32
Expand Down

0 comments on commit 03fab69

Please sign in to comment.