diff options
author | Andy Polyakov <appro@openssl.org> | 2012-01-11 22:41:32 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2012-01-11 22:41:32 +0100 |
commit | 62d7dd5ffd528a19fcb554f20735688ce5302014 (patch) | |
tree | 7ded73c31ea7d2a2344277938027cc58fafb4061 /doc | |
parent | asn1/t_x509.c: fix serial number print, harmonize with a_int.c. (diff) | |
download | openssl-62d7dd5ffd528a19fcb554f20735688ce5302014.tar.xz openssl-62d7dd5ffd528a19fcb554f20735688ce5302014.zip |
ecdsa.pod: typo.
PR: 2678
Submitted by: Annie Yousar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/crypto/ecdsa.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ecdsa.pod b/doc/crypto/ecdsa.pod index 49b10f2249..20edff97ff 100644 --- a/doc/crypto/ecdsa.pod +++ b/doc/crypto/ecdsa.pod @@ -114,7 +114,7 @@ using the public key B<eckey>. 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. ECDSA_verify() and ECDSA_do_verify() return 1 for a valid |