mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile with gpgme before 1.3.1.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c79c58c0d
commit
2a376253e0
@ -1371,7 +1371,7 @@ std::string AuthGPGimpl::SaveCertificateToString(const std::string &id,bool incl
|
||||
#ifdef GPGME_EXPORT_MODE_MINIMAL
|
||||
gpgme_export_mode_t export_mode = include_signatures?0:GPGME_EXPORT_MODE_MINIMAL ;
|
||||
#else
|
||||
gpgme_export_mode_t export_mode = 0 ;
|
||||
unsigned int export_mode = 0 ;
|
||||
#endif
|
||||
|
||||
if (GPG_ERR_NO_ERROR != gpgme_data_new (&gpgmeData))
|
||||
|
Loading…
Reference in New Issue
Block a user