mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fixed typo causing crash in openpgp-sdk
This commit is contained in:
parent
9371521dd1
commit
65a383afea
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ ops_boolean_t ops_rsa_generate_keypair(const int numbits, const unsigned long e,
|
|||
|
||||
skey->public_key.key.rsa.n=BN_dup(nn) ;
|
||||
skey->public_key.key.rsa.e=BN_dup(ee) ;
|
||||
skey->public_key.key.rsa.e=BN_dup(dd) ;
|
||||
skey->key.rsa.d=BN_dup(dd) ;
|
||||
#endif
|
||||
|
||||
skey->s2k_usage=OPS_S2KU_ENCRYPTED_AND_HASHED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue