Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
[openssl.git] / doc / man3 / EVP_DigestSignInit.pod
index 602c8eda96793e76ba781df122a85bc4ec3bbd49..7e105b29bc44c2106a066b5b63a9cbd32f1fdee5 100644 (file)
@@ -129,9 +129,7 @@ EVP_DigestSignFinal().
 =head1 RETURN VALUES
 
 EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignaFinal() and
-EVP_DigestSign() return 1 for success and 0 or a negative value for failure. In
-particular, a return value of -2 indicates the operation is not supported by the
-public key algorithm.
+EVP_DigestSign() return 1 for success and 0 for failure.
 
 The error codes can be obtained from L<ERR_get_error(3)>.