diff options
| author | mmcc <> | 2016-03-12 21:31:22 +0000 |
|---|---|---|
| committer | mmcc <> | 2016-03-12 21:31:22 +0000 |
| commit | d7e23979f786be3c146be16ec4363c6da83c906e (patch) | |
| tree | 41d48a54c09f49f4e37617cd4f79d217bf4250a8 /src/lib/libcrypto/doc/RSA_blinding_on.pod | |
| parent | 7dcc5e245914ca63e2d707bd58bb281cadf8e648 (diff) | |
| download | openbsd-d7e23979f786be3c146be16ec4363c6da83c906e.tar.gz openbsd-d7e23979f786be3c146be16ec4363c6da83c906e.tar.bz2 openbsd-d7e23979f786be3c146be16ec4363c6da83c906e.zip | |
Remove sentences in RETURN VALUES sections saying that functions with
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.
We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.
This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.
ok martijn@, sentiment supported by schwarze@
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_blinding_on.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/RSA_blinding_on.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_blinding_on.pod b/src/lib/libcrypto/doc/RSA_blinding_on.pod index 33990207f7..f96e3cf7c9 100644 --- a/src/lib/libcrypto/doc/RSA_blinding_on.pod +++ b/src/lib/libcrypto/doc/RSA_blinding_on.pod | |||
| @@ -30,8 +30,6 @@ the blinding factor. | |||
| 30 | 30 | ||
| 31 | RSA_blinding_on() returns 1 on success, and 0 if an error occurred. | 31 | RSA_blinding_on() returns 1 on success, and 0 if an error occurred. |
| 32 | 32 | ||
| 33 | RSA_blinding_off() returns no value. | ||
| 34 | |||
| 35 | =head1 SEE ALSO | 33 | =head1 SEE ALSO |
| 36 | 34 | ||
| 37 | L<rsa(3)|rsa(3)>, L<rand(3)|rand(3)> | 35 | L<rsa(3)|rsa(3)>, L<rand(3)|rand(3)> |
