summaryrefslogtreecommitdiff
path: root/validat3.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-09 17:18:13 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-09 17:18:13 +0000
commite553818e00684e8905ede16e53aa490c153b7e7a (patch)
tree6b3af3bcbac76ed5587c17adfe5399fd2059378e /validat3.cpp
parentbbd05f8142921b590d6493ff37983fa687aa90e3 (diff)
downloadcryptopp-e553818e00684e8905ede16e53aa490c153b7e7a.tar.gz
add Salsa20 cipher
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'validat3.cpp')
-rw-r--r--validat3.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{