summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_private_encrypt.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcd97ab584496168ea99dfe43e3be997ea086b8e6 (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/RSA_private_encrypt.pod
parent18a7f65e7a1b8f6fab29266772aee3efe424a41a (diff)
downloadopenbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.gz
openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.bz2
openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_private_encrypt.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_private_encrypt.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/RSA_private_encrypt.pod b/src/lib/libcrypto/doc/RSA_private_encrypt.pod
index 4c4d131172..aa2bc1bd76 100644
--- a/src/lib/libcrypto/doc/RSA_private_encrypt.pod
+++ b/src/lib/libcrypto/doc/RSA_private_encrypt.pod
@@ -29,10 +29,9 @@ B<padding> denotes one of the following modes:
29 29
30=item RSA_PKCS1_PADDING 30=item RSA_PKCS1_PADDING
31 31
32PKCS #1 v1.5 padding. This function does not handle the 32PKCS #1 v1.5 padding. This function does not handle the B<algorithmIdentifier>
33B<algorithmIdentifier> specified in PKCS #1. When generating or 33specified in PKCS #1. When generating or verifying PKCS #1 signatures,
34verifying PKCS #1 signatures, L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be 34L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be used.
35used.
36 35
37=item RSA_NO_PADDING 36=item RSA_NO_PADDING
38 37