From d496304bbfc4f3ae830f2a893d362bfb8f83e74f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 21 Oct 2013 15:59:22 -0400 Subject: [PATCH] Put back rest of selftest. --- selftest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/selftest.cpp b/selftest.cpp index a719e76ea..59b23b02f 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -552,14 +552,11 @@ int main(int argc,char **argv) srand((unsigned int)time(0)); - r |= testCertificate(); - /* r |= testCrypto(); r |= testPacket(); r |= testOther(); r |= testIdentity(); r |= testCertificate(); - */ if (r) std::cout << std::endl << "SOMETHING FAILED!" << std::endl;