mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 13:06:21 +00:00
Added window encyption mode for PGP
This commit is contained in:
@@ -30,3 +30,8 @@ char* p_gpg_sign(const char * const str, const char * const fp)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
gboolean p_gpg_available(const char * const barejid)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user