mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed compilation and several problems following separation of public/private keys
This commit is contained in:
parent
590be092e5
commit
a2ca0385db
16 changed files with 291 additions and 523 deletions
|
@ -406,7 +406,7 @@ class RsChatDHPublicKeyItem: public RsChatItem
|
|||
BIGNUM *public_key ;
|
||||
|
||||
RsTlvKeySignature signature ; // signs the public key in a row.
|
||||
RsTlvSecurityKey_deprecated gxs_key ; // public key of the signer
|
||||
RsTlvPublicRSAKey gxs_key ; // public key of the signer
|
||||
|
||||
private:
|
||||
RsChatDHPublicKeyItem(const RsChatDHPublicKeyItem&) : RsChatItem(RS_PKT_SUBTYPE_DISTANT_CHAT_DH_PUBLIC_KEY) {} // make the object non copy-able
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue