summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-08-20 18:56:21 +0200
committerPauli <pauli@openssl.org>2022-08-23 10:20:29 +1000
commitae9eaf15506dc04c92bebf9b08d14956784dfbe4 (patch)
tree95394c1175f6d4554c884c64411d0d612d0821b7 /doc
parent53d1eeef0f6794f38267114acb270b9059bc2c17 (diff)
Fix typo in migration guide
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19032) (cherry picked from commit 4c10099086dd75d583317056fb5ce0f88825bf0c)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/migration_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod
index a45a15d5d2..c2d885d492 100644
--- a/doc/man7/migration_guide.pod
+++ b/doc/man7/migration_guide.pod
@@ -1194,7 +1194,7 @@ Use the respective non-deprecated _ex() functions.
BN_is_prime_ex(), BN_is_prime_fasttest_ex()
-Use L<BN_check_prime(3)> which that avoids possible misuse and always uses at least
+Use L<BN_check_prime(3)> which avoids possible misuse and always uses at least
64 rounds of the Miller-Rabin primality test.
=item *