From 718ab39bc5a6016c5d062e06d3cae34f7b710611 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Thu, 28 Mar 2019 19:46:56 -0400 Subject: Zip install: this will allow TWRP to check md5 and sha256 checksums for zip installs. Change-Id: I1fb6af777e08aea29bedaf2e6a9b385ae3b03fac --- twrpDigestDriver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 twrpDigestDriver.hpp (limited to 'twrpDigestDriver.hpp') diff --git a/twrpDigestDriver.hpp b/twrpDigestDriver.hpp old mode 100644 new mode 100755 index 6902c8ec6..64e977833 --- 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 -- cgit v1.2.3