summaryrefslogtreecommitdiff
path: root/chip/g/dcrypto/dcrypto_bn.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/dcrypto/dcrypto_bn.c')
-rw-r--r--chip/g/dcrypto/dcrypto_bn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/dcrypto/dcrypto_bn.c b/chip/g/dcrypto/dcrypto_bn.c
index ef90b47463..b8f8fef4f4 100644
--- a/chip/g/dcrypto/dcrypto_bn.c
+++ b/chip/g/dcrypto/dcrypto_bn.c
@@ -1485,7 +1485,7 @@ static int command_genp(int argc, char **argv)
if (result == EC_SUCCESS) {
ccprintf("prime: %ph (lsb first)\n",
- HEX_BUF(prime_buf, sizeof(prime_buf));
+ HEX_BUF(prime_buf, sizeof(prime_buf)));
ccprintf("μs : %llu\n",
(long long)(genp_end.val - genp_start.val));
}