summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/openssl/prime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/prime.c b/src/usr.bin/openssl/prime.c
index d27b234e61..d42ac20f1c 100644
--- a/src/usr.bin/openssl/prime.c
+++ b/src/usr.bin/openssl/prime.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: prime.c,v 1.14 2022/11/11 17:07:39 joshua Exp $ */ 1/* $OpenBSD: prime.c,v 1.15 2022/12/26 19:32:30 jmc Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -75,7 +75,7 @@ static const struct option prime_options[] = {
75 { 75 {
76 .name = "checks", 76 .name = "checks",
77 .argname = "n", 77 .argname = "n",
78 .desc = "Miller-Rabin probablistic primality test iterations", 78 .desc = "Miller-Rabin probabilistic primality test iterations",
79 .type = OPTION_ARG_INT, 79 .type = OPTION_ARG_INT,
80 .opt.value = &prime_config.checks, 80 .opt.value = &prime_config.checks,
81 }, 81 },