diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 08:18:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 08:18:14 +0000 |
commit | 20edbda031c59b2683f57d9650ed708cbac51a02 (patch) | |
tree | ae63b65e4247c00539e2d0c6c023bb2a616f0992 /lib/libcrypto | |
parent | be9bb52a80c6210f99768cb4990c5fc7968e287f (diff) |
primility -> primality
ok tb@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/BN_generate_prime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BN_generate_prime.3 b/lib/libcrypto/man/BN_generate_prime.3 index 85c7349b1b8..a7551390ece 100644 --- a/lib/libcrypto/man/BN_generate_prime.3 +++ b/lib/libcrypto/man/BN_generate_prime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_generate_prime.3,v 1.23 2023/05/11 05:45:33 tb Exp $ +.\" $OpenBSD: BN_generate_prime.3,v 1.24 2023/05/12 08:18:13 jsg Exp $ .\" full merge up to: OpenSSL f987a4dd Jun 27 10:12:08 2019 +0200 .\" .\" This file is a derived work. @@ -67,7 +67,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 11 2023 $ +.Dd $Mdocdate: May 12 2023 $ .Dt BN_GENERATE_PRIME 3 .Os .Sh NAME @@ -163,7 +163,7 @@ but not a single one is currently known. It is known that no such number exists below 2\(ha64. .Pp In order to reduce the likelihood of a composite number -passing the primility tests +passing the primality tests .Fn BN_is_prime_fasttest_ex and .Fn BN_is_prime_ex , |