aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/tests.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-20 16:22:15 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-20 16:34:29 +0200
commita4844dbc8f15acb59688078e0c99313ee095aad0 (patch)
tree3a782816dc072ab714fba5976937f19ad15c8dd9 /src/libstrongswan/tests/tests.h
parent90854d289fefbb5575391bfb8e493cf69f6a5804 (diff)
parentaba9ef542ee73645c895ab0e1128c195f56dc5b7 (diff)
downloadstrongswan-a4844dbc8f15acb59688078e0c99313ee095aad0.tar.bz2
strongswan-a4844dbc8f15acb59688078e0c99313ee095aad0.tar.xz
Merge branch 'algorithm-order'
Restores the behavior we had before 2e22333fb (except for RNGs), that is, algorithms are stored in the registration order again. Which is not optimal as we must rely on plugins to register them in a sensible order, but ordering them by identifier definitely caused weaker algorithms to be proposed first in the default proposal, which was even worse.
Diffstat (limited to 'src/libstrongswan/tests/tests.h')
-rw-r--r--src/libstrongswan/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/tests/tests.h b/src/libstrongswan/tests/tests.h
index 82a5137c1..ab0f642e4 100644
--- a/src/libstrongswan/tests/tests.h
+++ b/src/libstrongswan/tests/tests.h
@@ -35,6 +35,7 @@ TEST_SUITE(host_suite_create)
TEST_SUITE(printf_suite_create)
TEST_SUITE(hasher_suite_create)
TEST_SUITE(crypter_suite_create)
+TEST_SUITE(crypto_factory_suite_create)
TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(asn1_parser_suite_create)