mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
* put gpgme dependencies behind #defines.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42d2b62420
commit
b454ccf996
2 changed files with 43 additions and 2 deletions
|
@ -34,7 +34,10 @@
|
|||
|
||||
/* for GPGME */
|
||||
#include "rsiface/rsinit.h"
|
||||
#include <gpgme.h>
|
||||
|
||||
#ifdef RS_USE_PGPSSL
|
||||
#include <gpgme.h>
|
||||
#endif
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue