]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in migration guide
authorTobias Nießen <tniessen@tnie.de>
Sat, 20 Aug 2022 16:56:21 +0000 (18:56 +0200)
committerPauli <pauli@openssl.org>
Tue, 23 Aug 2022 00:20:02 +0000 (10:20 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19032)

doc/man7/migration_guide.pod

index a1a49fbb82e83979012b1aca20826907463025ae..a32eb7dddc0d62c539d89e7131a646b5b370e946 100644 (file)
@@ -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 *