From e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 21 Nov 2016 22:19:15 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/EVP_SignInit.3 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/lib/libcrypto/man/EVP_SignInit.3') diff --git a/src/lib/libcrypto/man/EVP_SignInit.3 b/src/lib/libcrypto/man/EVP_SignInit.3 index c18b074b6d..0a76dd7eaf 100644 --- a/src/lib/libcrypto/man/EVP_SignInit.3 +++ b/src/lib/libcrypto/man/EVP_SignInit.3 @@ -1,12 +1,13 @@ -.\" $OpenBSD: EVP_SignInit.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: EVP_SignInit.3,v 1.3 2016/11/21 22:19:15 jmc Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: November 21 2016 $ .Dt EVP_SIGNINIT 3 .Os .Sh NAME -.Nm EVP_SignInit , +.Nm EVP_SignInit_ex , .Nm EVP_SignUpdate , .Nm EVP_SignFinal , +.Nm EVP_SignInit , .Nm EVP_PKEY_size .Nd EVP signing functions .Sh SYNOPSIS @@ -80,7 +81,7 @@ must be at least bytes in size. .Fa s is an OUT parameter, and not used as an IN parameter. -The number of bytes of data written (i.e. +The number of bytes of data written (i.e.\& the length of the signature) will be written to the integer at .Fa s . At most @@ -164,6 +165,4 @@ amounts of data have been passed through It is not possible to change the signing parameters using these function. .Pp -The previous two bugs are fixed in the newer -.Xr EVP_SignDigest* 3 -function. +The previous two bugs are fixed in the newer EVP_SignDigest* function. -- cgit v1.2.3-55-g6feb