mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
No point constifying an int.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
This commit is contained in:
parent
2d7ab7e9ea
commit
ce94682ce1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user