mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 21:44:16 +08:00
ecdsa.pod: typo.
PR: 2678 Submitted by: Annie Yousar
This commit is contained in:
parent
6e913f9901
commit
62d7dd5ffd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user