diff options
author | Jack Lloyd <[email protected]> | 2018-03-11 06:48:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-11 06:48:45 -0400 |
commit | 69f3cf822bf53dd53f6c8b8f36cef226b973609d (patch) | |
tree | 8577d859bc07fbcbb48889c5cafc7819de963507 /src/cli/speed.cpp | |
parent | 3f8f440e91b950c2d682f5648a86f55fcb9cdc57 (diff) |
Fix missing comma - unintended string contatentation
Diffstat (limited to 'src/cli/speed.cpp')
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index 90ddafbdf..80228bcd8 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -654,7 +654,7 @@ class Speed final : public Command "HMAC(SHA-256)", /* Misc */ - "random_prime" + "random_prime", /* pubkey */ "RSA", |