From 4c10099086dd75d583317056fb5ce0f88825bf0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 20 Aug 2022 18:56:21 +0200 Subject: [PATCH] Fix typo in migration guide Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19032) --- doc/man7/migration_guide.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.47.2