diff options
| author | jim <> | 2014-05-04 22:26:33 +0000 |
|---|---|---|
| committer | jim <> | 2014-05-04 22:26:33 +0000 |
| commit | cd97ab584496168ea99dfe43e3be997ea086b8e6 (patch) | |
| tree | c61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/RSA_new.pod | |
| parent | 18a7f65e7a1b8f6fab29266772aee3efe424a41a (diff) | |
| download | openbsd-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_new.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/RSA_new.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/RSA_new.pod b/src/lib/libcrypto/doc/RSA_new.pod index 3d15b92824..41e5e60340 100644 --- a/src/lib/libcrypto/doc/RSA_new.pod +++ b/src/lib/libcrypto/doc/RSA_new.pod | |||
| @@ -22,9 +22,9 @@ erased before the memory is returned to the system. | |||
| 22 | 22 | ||
| 23 | =head1 RETURN VALUES | 23 | =head1 RETURN VALUES |
| 24 | 24 | ||
| 25 | If the allocation fails, RSA_new() returns B<NULL> and sets an error | 25 | If the allocation fails, RSA_new() returns B<NULL> and sets an error code that |
| 26 | code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns | 26 | can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a |
| 27 | a pointer to the newly allocated structure. | 27 | pointer to the newly allocated structure. |
| 28 | 28 | ||
| 29 | RSA_free() returns no value. | 29 | RSA_free() returns no value. |
| 30 | 30 | ||
