mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 02:46:21 +00:00
Added pgp key list command
This commit is contained in:
7
tests/pgp/stub_gpg.c
Normal file
7
tests/pgp/stub_gpg.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
void p_gpg_init(void) {}
|
||||
GSList* p_gpg_list_keys(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user