diff options
author | jsg <> | 2023-05-12 08:18:13 +0000 |
---|---|---|
committer | jsg <> | 2023-05-12 08:18:13 +0000 |
commit | 92b0b72c0fff75c20ec0d5b3f2bbc12eba120778 (patch) | |
tree | 04c4aa73a1edec805dc2f4294a40e51c994352b2 /src/lib | |
parent | 42b455fd80e56ab7471700f35e0b45c0b52a78a5 (diff) | |
download | openbsd-92b0b72c0fff75c20ec0d5b3f2bbc12eba120778.tar.gz openbsd-92b0b72c0fff75c20ec0d5b3f2bbc12eba120778.tar.bz2 openbsd-92b0b72c0fff75c20ec0d5b3f2bbc12eba120778.zip |
primility -> primality
ok tb@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BN_generate_prime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_generate_prime.3 b/src/lib/libcrypto/man/BN_generate_prime.3 index 85c7349b1b..a7551390ec 100644 --- a/src/lib/libcrypto/man/BN_generate_prime.3 +++ b/src/lib/libcrypto/man/BN_generate_prime.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_generate_prime.3,v 1.23 2023/05/11 05:45:33 tb Exp $ | 1 | .\" $OpenBSD: BN_generate_prime.3,v 1.24 2023/05/12 08:18:13 jsg Exp $ |
2 | .\" full merge up to: OpenSSL f987a4dd Jun 27 10:12:08 2019 +0200 | 2 | .\" full merge up to: OpenSSL f987a4dd Jun 27 10:12:08 2019 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -67,7 +67,7 @@ | |||
67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
69 | .\" | 69 | .\" |
70 | .Dd $Mdocdate: May 11 2023 $ | 70 | .Dd $Mdocdate: May 12 2023 $ |
71 | .Dt BN_GENERATE_PRIME 3 | 71 | .Dt BN_GENERATE_PRIME 3 |
72 | .Os | 72 | .Os |
73 | .Sh NAME | 73 | .Sh NAME |
@@ -163,7 +163,7 @@ but not a single one is currently known. | |||
163 | It is known that no such number exists below 2\(ha64. | 163 | It is known that no such number exists below 2\(ha64. |
164 | .Pp | 164 | .Pp |
165 | In order to reduce the likelihood of a composite number | 165 | In order to reduce the likelihood of a composite number |
166 | passing the primility tests | 166 | passing the primality tests |
167 | .Fn BN_is_prime_fasttest_ex | 167 | .Fn BN_is_prime_fasttest_ex |
168 | and | 168 | and |
169 | .Fn BN_is_prime_ex , | 169 | .Fn BN_is_prime_ex , |