From 65a4c73b1eea5f29f517d8357248c537dc6752ec Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Fri, 15 Mar 2013 15:17:50 -0400 Subject: trying to fix md5 Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36 --- twrpDigest.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twrpDigest.hpp') 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 lines; + string line; unsigned char md5sum[MD5LENGTH]; }; -- cgit v1.2.3