summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_private_encrypt.3
diff options
context:
space:
mode:
authorjmc <>2016-12-02 19:28:41 +0000
committerjmc <>2016-12-02 19:28:41 +0000
commit92e3251f85c680232fbb1ad5808ec9e7937e6de0 (patch)
tree152239405c56b48f3cd636b9eaab6631af067773 /src/lib/libcrypto/man/RSA_private_encrypt.3
parentedeca41299a79a482a3b568a3315d09a7684f347 (diff)
downloadopenbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.tar.gz
openbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.tar.bz2
openbsd-92e3251f85c680232fbb1ad5808ec9e7937e6de0.zip
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/RSA_private_encrypt.3')
-rw-r--r--src/lib/libcrypto/man/RSA_private_encrypt.36
1 files changed, 3 insertions, 3 deletions
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 @@
1.\" $OpenBSD: RSA_private_encrypt.3,v 1.3 2016/11/29 16:46:41 schwarze Exp $ 1.\" $OpenBSD: RSA_private_encrypt.3,v 1.4 2016/12/02 19:28:41 jmc Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 29 2016 $ 51.Dd $Mdocdate: December 2 2016 $
52.Dt RSA_PRIVATE_ENCRYPT 3 52.Dt RSA_PRIVATE_ENCRYPT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -127,7 +127,7 @@ must point to a memory section large enough to hold the message digest
127is the padding mode that was used to sign the data. 127is the padding mode that was used to sign the data.
128.Sh RETURN VALUES 128.Sh RETURN VALUES
129.Fn RSA_private_encrypt 129.Fn RSA_private_encrypt
130returns the size of the signature (i.e., 130returns the size of the signature (i.e.\&
131.Fn RSA_size rsa ) . 131.Fn RSA_size rsa ) .
132.Fn RSA_public_decrypt 132.Fn RSA_public_decrypt
133returns the size of the recovered message digest. 133returns the size of the recovered message digest.