summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorben <ben>2011-11-14 00:36:07 +0000
committerben <ben>2011-11-14 00:36:07 +0000
commit9ecad7fb7551472b3b3a08d082ced3839be1b7c2 (patch)
tree6b859c2362af352761688dd87a9781583a9af2b0 /doc
parent30aad914ea12ec6c8988eee14197da05c9c153fe (diff)
downloadopenssl-9ecad7fb7551472b3b3a08d082ced3839be1b7c2.tar.gz
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
aspirational __owur annotations.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/EVP_BytesToKey.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/EVP_BytesToKey.pod b/doc/crypto/EVP_BytesToKey.pod
index d375c46e0..abbbdb2d4 100644
--- a/doc/crypto/EVP_BytesToKey.pod
+++ b/doc/crypto/EVP_BytesToKey.pod
@@ -55,7 +55,7 @@ the IV.
=head1 RETURN VALUES
-EVP_BytesToKey() returns the size of the derived key in bytes.
+EVP_BytesToKey() returns the size of the derived key in bytes, or 0 on error.
=head1 SEE ALSO