mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
update, during the GUI for invitation changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f36e0ba3ae
commit
efd9a2f056
3 changed files with 29 additions and 22 deletions
|
@ -579,6 +579,11 @@ bool AuthXPGP::LoadCertificateFromFile(std::string filename, std::string &id)
|
|||
return ProcessXPGP(xpgp, id);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
||||
//! Saves something to filename
|
||||
|
||||
//! \returns true on success, false on failure
|
||||
bool AuthXPGP::SaveCertificateToFile(std::string id, std::string filename)
|
||||
{
|
||||
#ifdef AUTHXPGP_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue