From: Tobias Nießen Date: Sat, 20 Aug 2022 16:56:21 +0000 (+0200) Subject: Fix typo in migration guide X-Git-Tag: openssl-3.2.0-alpha1~2182 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c10099086dd75d583317056fb5ce0f88825bf0c;p=thirdparty%2Fopenssl.git Fix typo in migration guide Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19032) --- diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index a1a49fbb82e..a32eb7dddc0 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 which that avoids possible misuse and always uses at least +Use L which avoids possible misuse and always uses at least 64 rounds of the Miller-Rabin primality test. =item *