summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/d2i_RSAPublicKey.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/d2i_RSAPublicKey.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/d2i_RSAPublicKey.pod')
-rw-r--r--src/lib/libcrypto/doc/d2i_RSAPublicKey.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod b/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod
index 1711dc038f..68e7f27de5 100644
--- a/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod
+++ b/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod
@@ -29,14 +29,14 @@ d2i_Netscape_RSA - RSA public and private key encoding functions.
29 29
30=head1 DESCRIPTION 30=head1 DESCRIPTION
31 31
32d2i_RSAPublicKey() and i2d_RSAPublicKey() decode and encode a PKCS#1 RSAPublicKey 32d2i_RSAPublicKey() and i2d_RSAPublicKey() decode and encode a PKCS#1
33structure. 33RSAPublicKey structure.
34 34
35d2i_RSA_PUBKEY() and i2d_RSA_PUBKEY() decode and encode an RSA public key using 35d2i_RSA_PUBKEY() and i2d_RSA_PUBKEY() decode and encode an RSA public key using
36a SubjectPublicKeyInfo (certificate public key) structure. 36a SubjectPublicKeyInfo (certificate public key) structure.
37 37
38d2i_RSAPrivateKey(), i2d_RSAPrivateKey() decode and encode a PKCS#1 RSAPrivateKey 38d2i_RSAPrivateKey(), i2d_RSAPrivateKey() decode and encode a PKCS#1
39structure. 39RSAPrivateKey structure.
40 40
41d2i_Netscape_RSA(), i2d_Netscape_RSA() decode and encode an RSA private key in 41d2i_Netscape_RSA(), i2d_Netscape_RSA() decode and encode an RSA private key in
42NET format. 42NET format.