diff options
author | jmc <> | 2022-12-26 19:32:30 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 19:32:30 +0000 |
commit | ec80cc02af7fb5b42ef1b159a7175ab18d7464c0 (patch) | |
tree | 6966515e697ce97b0a1d66fcd1a04ed8fe93338a | |
parent | b136a3e4186528672b8452c4cb65385b1fcf1f76 (diff) | |
download | openbsd-ec80cc02af7fb5b42ef1b159a7175ab18d7464c0.tar.gz openbsd-ec80cc02af7fb5b42ef1b159a7175ab18d7464c0.tar.bz2 openbsd-ec80cc02af7fb5b42ef1b159a7175ab18d7464c0.zip |
spelling fix; from paul tagliamonte
ok tb
-rw-r--r-- | src/usr.bin/openssl/prime.c | 4 |
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 | }, |