From 92e3251f85c680232fbb1ad5808ec9e7937e6de0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 2 Dec 2016 19:28:41 +0000 Subject: minor cleanup; --- src/lib/libcrypto/man/RSA_private_encrypt.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/RSA_private_encrypt.3') diff --git a/src/lib/libcrypto/man/RSA_private_encrypt.3 b/src/lib/libcrypto/man/RSA_private_encrypt.3 index 2144d4f365..4c83cc2cee 100644 --- a/src/lib/libcrypto/man/RSA_private_encrypt.3 +++ b/src/lib/libcrypto/man/RSA_private_encrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_private_encrypt.3,v 1.3 2016/11/29 16:46:41 schwarze Exp $ +.\" $OpenBSD: RSA_private_encrypt.3,v 1.4 2016/12/02 19:28:41 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: December 2 2016 $ .Dt RSA_PRIVATE_ENCRYPT 3 .Os .Sh NAME @@ -127,7 +127,7 @@ must point to a memory section large enough to hold the message digest is the padding mode that was used to sign the data. .Sh RETURN VALUES .Fn RSA_private_encrypt -returns the size of the signature (i.e., +returns the size of the signature (i.e.\& .Fn RSA_size rsa ) . .Fn RSA_public_decrypt returns the size of the recovered message digest. -- cgit v1.2.3-55-g6feb