mcabber/mcabber/utils.c
changeset 2248 377b6a52b25f
parent 2203 170597f5365b
child 2253 5a107c907e71
--- a/mcabber/mcabber/utils.c	Wed Feb 10 23:15:20 2016 +0100
+++ b/mcabber/mcabber/utils.c	Sat Feb 13 11:05:07 2016 +0100
@@ -155,6 +155,7 @@
   return g_strdup(fname);
 }
 
+#ifndef LOUDMOUTH_USES_SHA256
 //  fingerprint_to_hex(fprstr, hex, fpr_len)
 // Convert the binary fingerprint fprstr (which is fpr_len bytes long)
 // to a NULL-terminated hexadecimal string hex.
@@ -199,6 +200,7 @@
   }
   return TRUE;
 }
+#endif
 
 static gboolean tracelog_create(void)
 {