Zip install: this will allow TWRP to check md5 and sha256 checksums
for zip installs.
Change-Id: I1fb6af777e08aea29bedaf2e6a9b385ae3b03fac
diff --git a/twrpDigestDriver.hpp b/twrpDigestDriver.hpp
old mode 100644
new mode 100755
index 6902c8e..64e9778
--- a/twrpDigestDriver.hpp
+++ b/twrpDigestDriver.hpp
@@ -24,7 +24,7 @@
class twrpDigestDriver {
public:
- static bool Check_Restore_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup
+ static bool Check_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup
static bool Check_Digest(string Full_Filename); //Check to make sure the digest is correct
static bool Write_Digest(string Full_Filename); //Write the digest to a file
static bool Make_Digest(string Full_Filename); //Create the digest for a partition backup