From 73161c7a43c90f31d16c32ab18cc8d6873c094c0 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 28 Oct 2008 17:15:36 +0000 Subject: Wrap lines to 80 columns --- src/hash/sha2/sha2_64.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/hash/sha2') diff --git a/src/hash/sha2/sha2_64.h b/src/hash/sha2/sha2_64.h index 004f8f165..9cd79ae1b 100644 --- a/src/hash/sha2/sha2_64.h +++ b/src/hash/sha2/sha2_64.h @@ -17,7 +17,10 @@ class BOTAN_DLL SHA_384_512_BASE : public MDx_HashFunction { protected: void clear() throw(); - SHA_384_512_BASE(u32bit out) : MDx_HashFunction(out, 128, true, true, 16) {} + + SHA_384_512_BASE(u32bit out) : + MDx_HashFunction(out, 128, true, true, 16) {} + SecureBuffer digest; private: void hash(const byte[]); -- cgit v1.2.3