projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7ab7e
)
No point constifying an int.
author
Richard Levitte
<levitte@openssl.org>
Sat, 20 Apr 2002 10:22:01 +0000
(10:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 20 Apr 2002 10:22:01 +0000
(10:22 +0000)
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
crypto/ecdsa/ecdsa.h
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecdsa.h
b/crypto/ecdsa/ecdsa.h
index 9b2a17f02d7d3851bf00dcea130cc7c084fee7ec..8dbe872d646a1a54f1796fd9c927063ddba455d1 100644
(file)
--- a/
crypto/ecdsa/ecdsa.h
+++ b/
crypto/ecdsa/ecdsa.h
@@
-144,7
+144,7
@@
int ECDSA_sign_setup(ECDSA *ecdsa, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
int ECDSA_sign(int type, const unsigned char *dgst, int dgst_len, unsigned char *sig,
unsigned int *siglen, ECDSA *ecdsa);
int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sig,
-
const
int sig_len, ECDSA *ecdsa);
+ int sig_len, ECDSA *ecdsa);
int ECDSA_up_ref(ECDSA *ecdsa);
void ECDSA_free(ECDSA *a);
int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,