mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -05:00
Merge pull request #1614 from jpascualsana/patch-2
Replace deprecated class name
This commit is contained in:
commit
a453706b94
@ -220,7 +220,7 @@ struct RsPeerDetails : RsSerializable
|
|||||||
|
|
||||||
RsPgpId issuer;
|
RsPgpId issuer;
|
||||||
|
|
||||||
PGPFingerprintType fpr; /* pgp fingerprint */
|
RsPgpFingerprint fpr; /* pgp fingerprint */
|
||||||
std::string authcode; // TODO: 2015/12/31 (cyril) what is this used for ?????
|
std::string authcode; // TODO: 2015/12/31 (cyril) what is this used for ?????
|
||||||
std::list<RsPgpId> gpgSigners;
|
std::list<RsPgpId> gpgSigners;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user