diff options
| author | Jeff Garzik <[email protected]> | 2012-08-01 10:56:47 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-01 10:56:47 -0700 |
| commit | f81e6f779b66e235afd6c5241306d5e70ec41276 (patch) | |
| tree | 208e1d5fb7b77c41e67edb372e2590250c32faac /src/key.cpp | |
| parent | Merge pull request #1636 from Diapolo/Warning_string (diff) | |
| parent | Bugfix: Correct English grammar regarding "'s" (diff) | |
| download | discoin-f81e6f779b66e235afd6c5241306d5e70ec41276.tar.xz discoin-f81e6f779b66e235afd6c5241306d5e70ec41276.zip | |
Merge pull request #1632 from luke-jr/spelling
Fix spelling and grammar errors
Diffstat (limited to 'src/key.cpp')
| -rw-r--r-- | src/key.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.cpp b/src/key.cpp index c943a38ea..76c45d063 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -48,7 +48,7 @@ err: // Perform ECDSA key recovery (see SEC1 4.1.6) for curves over (mod p)-fields // recid selects which key is recovered -// if check is nonzero, additional checks are performed +// if check is non-zero, additional checks are performed int ECDSA_SIG_recover_key_GFp(EC_KEY *eckey, ECDSA_SIG *ecsig, const unsigned char *msg, int msglen, int recid, int check) { if (!eckey) return 0; |