mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
suppressed a few warnings (suggested by Phenom)
This commit is contained in:
parent
a531a41c4a
commit
e75487e48a
3 changed files with 2 additions and 3 deletions
|
@ -302,7 +302,7 @@ static ops_boolean_t dsa_sign(ops_hash_t *hash, const ops_dsa_public_key_t *dsa,
|
|||
ops_write_mpi(dsasig->r, cinfo);
|
||||
ops_write_mpi(dsasig->s, cinfo);
|
||||
#else
|
||||
BIGNUM *rr=NULL,*ss=NULL ;
|
||||
const BIGNUM *rr=NULL,*ss=NULL ;
|
||||
|
||||
DSA_SIG_get0(dsasig,&rr,&ss) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue