summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-05-28 03:02:23 +0200
committerGravatar Nikias Bassen2021-05-28 03:02:23 +0200
commite18af8e80d71bd0f87915e64be66071d0379be38 (patch)
tree8ca2bf2282293547d1fe7f40410589c353b3de1a /src/idevicerestore.h
parentab6592861713fcae4d3c3d831ae75394e6262582 (diff)
downloadidevicerestore-e18af8e80d71bd0f87915e64be66071d0379be38.tar.gz
idevicerestore-e18af8e80d71bd0f87915e64be66071d0379be38.tar.bz2
Add SHA384 (and SHA512) implementation for use when compiling without OpenSSL
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index c9271a8..e7690c2 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -32,7 +32,6 @@ extern "C" {
#include <stdint.h>
#include <plist/plist.h>
#include <libirecovery.h>
-#include <openssl/sha.h>
// the flag with value 1 is reserved for internal use only. don't use it.
#define FLAG_DEBUG (1 << 1)