diff options
author | Michael McConville <mmcc@cvs.openbsd.org> | 2016-03-12 21:31:23 +0000 |
---|---|---|
committer | Michael McConville <mmcc@cvs.openbsd.org> | 2016-03-12 21:31:23 +0000 |
commit | b79ee23e66b1285c71ac7b0db7df12fa6700e5d9 (patch) | |
tree | 4cccbf70612db1c67490420222827118012435c3 /lib/libcrypto/doc/RSA_blinding_on.pod | |
parent | 3eab1cafd6b7ceec8f7fb32f68ce2784a66bf065 (diff) |
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 'lib/libcrypto/doc/RSA_blinding_on.pod')
-rw-r--r-- | lib/libcrypto/doc/RSA_blinding_on.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/doc/RSA_blinding_on.pod b/lib/libcrypto/doc/RSA_blinding_on.pod index 33990207f79..f96e3cf7c96 100644 --- a/lib/libcrypto/doc/RSA_blinding_on.pod +++ b/lib/libcrypto/doc/RSA_blinding_on.pod @@ -30,8 +30,6 @@ the blinding factor. RSA_blinding_on() returns 1 on success, and 0 if an error occurred. -RSA_blinding_off() returns no value. - =head1 SEE ALSO L<rsa(3)|rsa(3)>, L<rand(3)|rand(3)> |