mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-18 04:56:10 -04:00
removed one unused member of PGPCertificateInfo
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6699 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
436f37fbb8
commit
3d0d047d14
@ -43,7 +43,7 @@ class PGPCertificateInfo
|
||||
mutable time_t _time_stamp ; // last time the key was used (received, used for signature verification, etc)
|
||||
|
||||
PGPFingerprintType _fpr; /* fingerprint */
|
||||
PGPIdType _key_id ;
|
||||
// PGPIdType _key_id ;
|
||||
|
||||
uint32_t _key_index ; // index to array of keys in the public keyring
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user