diff options
author | Simon Warta <[email protected]> | 2017-04-16 19:04:23 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-04-18 09:37:41 +0200 |
commit | b217a4fccda97d310c7255bd099b674281016571 (patch) | |
tree | 7a06ae07e30edcbdb1eceaea4943aa30cd6ce7ec /src/cli | |
parent | 539f8dd4eb5a1e954474ab6a7f2cf462868521eb (diff) |
Update registration format of "encryption" cli command
Diffstat (limited to 'src/cli')
-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); } |