diff mcabber/src/main.c @ 1253:eb38963e082f

Add gnutls suppport This is based on the patch from Anibal Avelar for center{icq,im}.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 22 Jun 2007 19:18:44 +0200
parents 3a4018f18bdf
children ea679e3598a9
line wrap: on
line diff
--- a/mcabber/src/main.c	Fri Jun 22 18:52:47 2007 +0200
+++ b/mcabber/src/main.c	Fri Jun 22 19:18:44 2007 +0200
@@ -117,6 +117,11 @@
     ssl = sslverify = 0;
     cafile = capath = ciphers = NULL;
   }
+#elif defined HAVE_GNUTLS
+  if (sslverify >= 0) {
+    scr_LogPrint(LPRINT_LOGNORM, "Warning: SSL certificate checking "
+                 "is not supported yet with GnuTLS");
+  }
 #endif
   cafile_xp = expand_filename(cafile);
   capath_xp = expand_filename(capath);