From e18af8e80d71bd0f87915e64be66071d0379be38 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 28 May 2021 03:02:23 +0200 Subject: Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ace33d4..0cfae21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,8 +48,8 @@ idevicerestore_SOURCES = \ thread.c thread.h \ jsmn.c jsmn.h \ json_plist.c json_plist.h -if USE_INTERNAL_SHA1 -idevicerestore_SOURCES += sha1.c sha1.h +if USE_INTERNAL_SHA +idevicerestore_SOURCES += sha1.c sha1.h sha512.c sha512.h fixedint.h endif idevicerestore_CFLAGS = $(AM_CFLAGS) idevicerestore_LDFLAGS = $(AM_LDFLAGS) -- cgit v1.1-32-gdbae