summaryrefslogtreecommitdiff
path: root/regtest1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'regtest1.cpp')
-rw-r--r--regtest1.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/regtest1.cpp b/regtest1.cpp
index 194f2898..c4eb7380 100644
--- a/regtest1.cpp
+++ b/regtest1.cpp
@@ -52,7 +52,9 @@ void RegisterFactories(Test::TestClass suites)
if ((suites & Test::Unkeyed) == Test::Unkeyed)
RegisterFactories1();
- if ((suites & Test::SharedKey) == Test::SharedKey)
+ if ((suites & Test::SharedKeyMAC) == Test::SharedKeyMAC ||
+ (suites & Test::SharedKeyMAC) == Test::SharedKeyStream ||
+ (suites & Test::SharedKeyMAC) == Test::SharedKeyBlock)
RegisterFactories2();
if ((suites & Test::PublicKey) == Test::PublicKey)