diff options
| author | jmc <> | 2016-12-02 19:28:41 +0000 |
|---|---|---|
| committer | jmc <> | 2016-12-02 19:28:41 +0000 |
| commit | a28da212bbe32cd5c51898655128f60d24a0266b (patch) | |
| tree | 152239405c56b48f3cd636b9eaab6631af067773 /src/lib/libcrypto/man/RSA_private_encrypt.3 | |
| parent | 71bcd1ae68891e8b6fa2eb9d031d33556a79f87e (diff) | |
| download | openbsd-a28da212bbe32cd5c51898655128f60d24a0266b.tar.gz openbsd-a28da212bbe32cd5c51898655128f60d24a0266b.tar.bz2 openbsd-a28da212bbe32cd5c51898655128f60d24a0266b.zip | |
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/RSA_private_encrypt.3')
| -rw-r--r-- | src/lib/libcrypto/man/RSA_private_encrypt.3 | 6 |
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 | |||
| 127 | is the padding mode that was used to sign the data. | 127 | is 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 |
| 130 | returns the size of the signature (i.e., | 130 | returns 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 |
| 133 | returns the size of the recovered message digest. | 133 | returns the size of the recovered message digest. |
