summaryrefslogtreecommitdiffstats
path: root/twrpDigest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpDigest.hpp')
-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];
};