aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/main.cpp')
-rw-r--r--src/cmd/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/main.cpp b/src/cmd/main.cpp
index 92ecc051e..f04c7daee 100644
--- a/src/cmd/main.cpp
+++ b/src/cmd/main.cpp
@@ -160,9 +160,10 @@ int main(int argc, char* argv[])
CALL_APP(factor);
CALL_APP(fpe);
CALL_APP(hash);
+ CALL_APP(is_prime);
CALL_APP(keygen);
- CALL_APP(rng);
CALL_APP(read_ssh);
+ CALL_APP(rng);
CALL_APP(speed);
#if defined(BOTAN_HAS_TLS)