8bd6e8e1ac
"no worse than before" ckuethe@
17 lines
570 B
Plaintext
17 lines
570 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.10 2008/08/21 05:59:01 brad Exp $
|
|
--- pidgin/gtkdialogs.c.orig Mon Aug 18 21:53:52 2008
|
|
+++ pidgin/gtkdialogs.c Wed Aug 20 00:48:35 2008
|
|
@@ -611,6 +611,12 @@ g_string_append(str, "<br/> <b>Library Support</b><br
|
|
g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>");
|
|
#endif
|
|
|
|
+#ifdef HAVE_OPENSSL
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Enabled<br/>");
|
|
+#else
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Disabled<br/>");
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_GNUTLS
|
|
g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>");
|
|
#else
|