mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
fixing compilation for openssl-1.1.0 (part 10)
This commit is contained in:
parent
fc1a792a12
commit
01e89bb0d8
1 changed files with 1 additions and 1 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->r, cinfo);
|
||||||
ops_write_mpi(dsasig->s, cinfo);
|
ops_write_mpi(dsasig->s, cinfo);
|
||||||
#else
|
#else
|
||||||
const BIGNUM *rr=NULL,*ss=NULL ;
|
BIGNUM *rr=NULL,*ss=NULL ;
|
||||||
|
|
||||||
DSA_SIG_get0(dsasig,&rr,&ss) ;
|
DSA_SIG_get0(dsasig,&rr,&ss) ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue