diff options
-rw-r--r-- | lib/libcrypto/man/DSA_generate_parameters.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/DSA_generate_parameters.3 b/lib/libcrypto/man/DSA_generate_parameters.3 index 6e932826968..9e2fb5cfbf4 100644 --- a/lib/libcrypto/man/DSA_generate_parameters.3 +++ b/lib/libcrypto/man/DSA_generate_parameters.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_generate_parameters.3,v 1.7 2018/03/20 22:37:32 schwarze Exp $ +.\" $OpenBSD: DSA_generate_parameters.3,v 1.8 2018/03/21 06:37:18 schwarze Exp $ .\" OpenSSL 9b86974e Aug 7 22:14:47 2015 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>, @@ -49,7 +49,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 DSA_GENERATE_PARAMETERS 3 .Os .Sh NAME @@ -204,12 +204,12 @@ The error codes can be obtained by .Xr RAND_bytes 3 .Sh HISTORY .Fn DSA_generate_parameters -first appeared in SSLeay 0.8 and has been available since +first appeared in SSLeay 0.8 and had its +.Fa cb_arg +argument added in SSLeay 0.9.0. +It has been available since .Ox 2.4 . .Pp -The -.Fa cb_arg -argument was added in SSLeay 0.9.0. In versions up to OpenSSL 0.9.4, .Fn callback 1 ...\& was called in the inner loop of the Miller-Rabin test whenever it |