# HG changeset patch # User Mikael Berthe # Date 1177161057 -7200 # Node ID 03d8fafe8104e6447203fe61e7b7de00fffad2d9 # Parent 43a3c8a6d103c4f46e9bd7ad7f9f08086931858b Remove a warning when gpgme is disabled diff -r 43a3c8a6d103 -r 03d8fafe8104 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Sat Apr 21 14:25:56 2007 +0200 +++ b/mcabber/src/jabglue.c Sat Apr 21 15:10:57 2007 +0200 @@ -1511,6 +1511,7 @@ "Warning: you're not connected to the server."); } +#ifdef HAVE_GPGME // keys_mismatch(key, expectedkey) // Return TRUE if both keys are non-null and "expectedkey" doesn't match // the end of "key". @@ -1538,6 +1539,7 @@ return strcasecmp(key, expectedkey); } +#endif // check_signature(barejid, resourcename, xmldata, text) // Verify the signature (in xmldata) of "text" for the contact