summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-19 03:47:20 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-19 03:47:20 +0000
commit153b79ef5d9b042b23eba9aa332ec025bbc3300e (patch)
tree09d13a6fae123a46962ad82f4b88b7c91bd08335 /test.cpp
parent609446928f2c6f2e51cc906a037cd79ef4dfd312 (diff)
downloadcryptopp-153b79ef5d9b042b23eba9aa332ec025bbc3300e.tar.gz
remove Diamond2, code size reductions
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@107 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index e371652..abf0a77 100644
--- a/test.cpp
+++ b/test.cpp
@@ -742,7 +742,7 @@ bool Validate(int alg, bool thorough, const char *seed)
case 7: result = ValidateARC4(); break;
case 8: result = ValidateRC5(); break;
case 9: result = ValidateBlowfish(); break;
- case 10: result = ValidateDiamond2(); break;
+// case 10: result = ValidateDiamond2(); break;
case 11: result = ValidateThreeWay(); break;
case 12: result = ValidateBBS(); break;
case 13: result = ValidateDH(); break;