diff options
Diffstat (limited to 'lib/libcrypto/man/BN_generate_prime.3')
-rw-r--r-- | lib/libcrypto/man/BN_generate_prime.3 | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/lib/libcrypto/man/BN_generate_prime.3 b/lib/libcrypto/man/BN_generate_prime.3 index f4864cb8330..59f6174d275 100644 --- a/lib/libcrypto/man/BN_generate_prime.3 +++ b/lib/libcrypto/man/BN_generate_prime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_generate_prime.3,v 1.8 2018/03/20 20:26:23 schwarze Exp $ +.\" $OpenBSD: BN_generate_prime.3,v 1.9 2018/03/21 06:26:31 schwarze Exp $ .\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BN_GENERATE_PRIME 3 .Os .Sh NAME @@ -379,16 +379,11 @@ The error codes can be obtained by .Fn BN_generate_prime and .Fn BN_is_prime -appeared before SSLeay 0.8 and have been available since -.Ox 2.4 . -.Pp -The +appeared before SSLeay 0.8 and had their .Fa cb_arg -arguments to -.Fn BN_generate_prime -and to -.Fn BN_is_prime -were added in SSLeay 0.9.0. +argument added in SSLeay 0.9.0. +These two functions have been available since +.Ox 2.4 . .Pp The .Fa ret |