From e553818e00684e8905ede16e53aa490c153b7e7a Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 9 Dec 2006 17:18:13 +0000 Subject: add Salsa20 cipher git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- validat3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validat3.cpp') diff --git a/validat3.cpp b/validat3.cpp index cfe989a..437d151 100644 --- a/validat3.cpp +++ b/validat3.cpp @@ -391,7 +391,7 @@ bool ValidateWhirlpool() cout << "word64 not available, skipping Whirlpool validation." << endl; return true; #endif - } +} bool ValidateMD5MAC() { -- cgit v1.2.1