summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 01:13:31 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 01:13:31 +0000
commit5bd69c15772ff53ffc982edfe9c387af2c0fb484 (patch)
tree2ed6c703854bfe8bf2670ac3acd76e5f44ba4a33 /validat1.cpp
parenta65140ef077e76a3d4eaf95ce7f2df09d04741e8 (diff)
downloadcryptopp-5bd69c15772ff53ffc982edfe9c387af2c0fb484.tar.gz
use test vector file for SHA tests
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@495 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/validat1.cpp b/validat1.cpp
index e76f0f2..9935bbd 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -16,7 +16,6 @@
#include "arc4.h"
#include "rc5.h"
#include "blowfish.h"
-#include "wake.h"
#include "3way.h"
#include "safer.h"
#include "gost.h"
@@ -36,7 +35,6 @@
#include "zdeflate.h"
#include "cpu.h"
-#include <stdlib.h>
#include <time.h>
#include <memory>
#include <iostream>
@@ -57,7 +55,6 @@ bool ValidateAll(bool thorough)
pass=ValidateMD2() && pass;
pass=ValidateMD5() && pass;
pass=ValidateSHA() && pass;
- pass=ValidateSHA2() && pass;
pass=ValidateTiger() && pass;
pass=ValidateRIPEMD() && pass;
pass=ValidatePanama() && pass;