diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-10 14:53:23 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-10 14:58:58 +0200 |
commit | 3e3de01b28bf90dc2cafda9916aac4d0abdece76 (patch) | |
tree | 8cbe6c37c900360b1c656658744e899a67e40c2e /src/charon/plugins/unit_tester/tests.h | |
parent | 29bbfc11ee6f57cdc45097ea962e58ebb323071f (diff) | |
download | strongswan-3e3de01b28bf90dc2cafda9916aac4d0abdece76.tar.bz2 strongswan-3e3de01b28bf90dc2cafda9916aac4d0abdece76.tar.xz |
moved Diffie-Hellman speed test to a standalone program
This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
Diffstat (limited to 'src/charon/plugins/unit_tester/tests.h')
-rw-r--r-- | src/charon/plugins/unit_tester/tests.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charon/plugins/unit_tester/tests.h b/src/charon/plugins/unit_tester/tests.h index 7e0c8196c..901251467 100644 --- a/src/charon/plugins/unit_tester/tests.h +++ b/src/charon/plugins/unit_tester/tests.h @@ -31,7 +31,6 @@ DEFINE_TEST("SQLite operations", test_sqlite, FALSE) DEFINE_TEST("mutex primitive", test_mutex, FALSE) DEFINE_TEST("RSA key generation", test_rsa_gen, FALSE) DEFINE_TEST("PublicKey speed test", test_pubkey_speed, FALSE) -DEFINE_TEST("Diffie-Hellman speed test", test_dh_speed, FALSE) DEFINE_TEST("RSA subjectPublicKeyInfo loading", test_rsa_load_any, FALSE) DEFINE_TEST("X509 certificate", test_cert_x509, FALSE) DEFINE_TEST("Mediation database key fetch", test_med_db, FALSE) |