Index: pidgin/gtkdialogs.c
--- pidgin/gtkdialogs.c.orig
+++ pidgin/gtkdialogs.c
@@ -654,6 +654,12 @@ g_string_append(str, "
Library Support
GtkSpell: Disabled
");
#endif
+#ifdef HAVE_OPENSSL
+ g_string_append(str, " OpenSSL: Enabled
");
+#else
+ g_string_append(str, " OpenSSL: Disabled
");
+#endif
+
#ifdef HAVE_GNUTLS
g_string_append(str, " GnuTLS: Enabled
");
#else