mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
moved authgpg fake module to tests folder
fixed ficachetest and fimontest makefile update for serialiser for previous revision git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4321 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f3fbac7d77
commit
f12d2c46bc
10 changed files with 117 additions and 57 deletions
|
@ -40,13 +40,15 @@ void cleanupZombies(int numkill); // function to cleanup zombies under OSX.
|
|||
|
||||
//#define GPG_DEBUG 1
|
||||
|
||||
static AuthGPGimpl *instance_gpg = NULL;
|
||||
static AuthGPG *instance_gpg = NULL;
|
||||
|
||||
void AuthGPGInit()
|
||||
{
|
||||
instance_gpg = new AuthGPGimpl();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void AuthGPGExit()
|
||||
{
|
||||
if (instance_gpg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue