summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--selftest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/selftest.cpp b/selftest.cpp
index a719e76e..59b23b02 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;