summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.cpp b/test.cpp
index cd7f0e7..09b8637 100644
--- a/test.cpp
+++ b/test.cpp
@@ -317,6 +317,10 @@ int CRYPTOPP_API main(int argc, char *argv[])
FileSource usage("usage.dat", true, new FileSink(cout));
return 1;
}
+ else if (command == "V")
+ {
+ cout << "5.4" << endl;
+ }
else
{
cerr << "Unrecognized command. Run \"cryptest h\" to obtain usage information.\n";