mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 20:56:20 +00:00
Added JID to log when failing to load PGP fingerprint
Added PGP stub for tests
This commit is contained in:
@@ -30,6 +30,11 @@ char* p_gpg_sign(const char * const str, const char * const fp)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
gboolean p_gpg_valid_key(const char * const keyid)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gboolean p_gpg_available(const char * const barejid)
|
||||
{
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user