mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
Replace deprecated class name
This commit is contained in:
parent
1a25ec471f
commit
c5a1b1beff
@ -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