diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-10 16:10:46 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-10 16:25:32 +0200 |
commit | a4caeac76eb0dd7b696ccc860d3689ed37fbd600 (patch) | |
tree | 9c0798fd85aa78787c6579876b0ca92ab98b03a4 /src/charon/plugins/unit_tester/tests.h | |
parent | 355bab380cad6c7e714849d8ea20e2c2ed0dab7b (diff) | |
download | strongswan-a4caeac76eb0dd7b696ccc860d3689ed37fbd600.tar.bz2 strongswan-a4caeac76eb0dd7b696ccc860d3689ed37fbd600.tar.xz |
moved publickey speed test to a standalone program
This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
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 901251467..8810da4e2 100644 --- a/src/charon/plugins/unit_tester/tests.h +++ b/src/charon/plugins/unit_tester/tests.h @@ -30,7 +30,6 @@ DEFINE_TEST("MySQL operations", test_mysql, FALSE) 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("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) |