Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recover (RT 2955).
[openssl.git] / doc / crypto / EVP_BytesToKey.pod
index d375c46e03d5810b1fce1b3c4e82ba77e7e891dc..abbbdb2d4bb5bb6bcf1c8797b9d8d24e88a76bf8 100644 (file)
@@ -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