mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
OX: Fix tests
Fix: ``` /usr/bin/ld: src/xmpp/ox.o: in function `ox_announce_public_key': src/xmpp/ox.c:90: undefined reference to `p_ox_gpg_readkey' ```
This commit is contained in:
parent
a4cadf78fa
commit
bddbfa58c0
@ -42,7 +42,7 @@
|
||||
#include "xmpp/stanza.h"
|
||||
#include "pgp/gpg.h"
|
||||
|
||||
|
||||
#ifdef HAVE_LIBGPGME
|
||||
static void _ox_metadata_node__public_key(const char* const fingerprint);
|
||||
|
||||
/*!
|
||||
@ -216,3 +216,4 @@ char* _gettimestamp() {
|
||||
return strdup(d->str);
|
||||
}
|
||||
|
||||
#endif // HAVE_LIBGPGME
|
||||
|
Loading…
Reference in New Issue
Block a user