From 69f3cf822bf53dd53f6c8b8f36cef226b973609d Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 11 Mar 2018 06:48:45 -0400 Subject: Fix missing comma - unintended string contatentation --- src/cli/speed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", -- cgit v1.2.3