summaryrefslogtreecommitdiffstats
path: root/twrpDigest.hpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-03-15 20:17:50 +0100
committerbigbiff bigbiff <bigbiff@teamw.in>2013-03-17 19:40:20 +0100
commit65a4c73b1eea5f29f517d8357248c537dc6752ec (patch)
tree0aaa3c47052201c939de8886442b9fcf59d0b394 /twrpDigest.hpp
parent2.4.4.0 (diff)
downloadandroid_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.gz
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.bz2
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.lz
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.xz
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.zst
android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.zip
Diffstat (limited to '')
-rw-r--r--twrpDigest.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpDigest.hpp b/twrpDigest.hpp
index 80828fca5..395c0aea1 100644
--- a/twrpDigest.hpp
+++ b/twrpDigest.hpp
@@ -30,6 +30,6 @@ class twrpDigest {
private:
int read_md5digest(void);
string md5fn;
- vector<string> lines;
+ string line;
unsigned char md5sum[MD5LENGTH];
};