summaryrefslogtreecommitdiff
path: root/doc/man7/migration_guide.pod
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:02 +1000
commit4c10099086dd75d583317056fb5ce0f88825bf0c (patch)
tree71ca4c6943ae138a972b2f981ef01a3e451e4bc9 /doc/man7/migration_guide.pod
parent83529f07ca66ec288f1c506a673569b9d8de8368 (diff)
downloadopenssl-new-4c10099086dd75d583317056fb5ce0f88825bf0c.tar.gz
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)
Diffstat (limited to 'doc/man7/migration_guide.pod')
-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 a1a49fbb82..a32eb7dddc 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 *