diff options
-rw-r--r-- | src/cli/encryption.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/encryption.cpp b/src/cli/encryption.cpp index d2bdc7cad..86a88cd80 100644 --- a/src/cli/encryption.cpp +++ b/src/cli/encryption.cpp @@ -1,5 +1,5 @@ /* -* (C) 2015 Simon Warta (Kullo GmbH) +* (C) 2015,2017 Simon Warta (Kullo GmbH) * * Botan is released under the Simplified BSD License (see license.txt) */ @@ -132,7 +132,7 @@ class Encryption : public Command } }; -BOTAN_REGISTER_COMMAND(Encryption); +BOTAN_REGISTER_COMMAND("encryption", Encryption); } |