***************************************************
issue:
The return codes are defined inconsistently in the documentation of ecdsa

solution:
indicate the correct return codes

patch:
--- openssl-1.0.1-beta1/doc/crypto/ecdsa.pod    2005-05-19 22:54:30.000000000
+0200
+++ openssl-1.0.1-beta1.patch/doc/crypto/ecdsa.pod      2012-01-06
09:03:27.419485800 +0100
@@ -115,5 +115,5 @@
 ECDSA_size() returns the maximum length signature or 0 on error.

-ECDSA_sign_setup() and ECDSA_sign() return 1 if successful or -1
+ECDSA_sign_setup() and ECDSA_sign() return 1 if successful or 0
 on error.




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to