/pidgin/main: 0223e88d7858: SSL_LIBRARY_VERSION_TLS_1_3 is a rec...

Daniel Atallah <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 0223e88d7858f67b86cc91d656eb729a3a275a21
Author:	 Daniel Atallah <[email protected]>
Date:	 2014-11-05 14:01 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/0223e88d7858

Description:

SSL_LIBRARY_VERSION_TLS_1_3 is a recent addition - yay buildbots

diffstat:

 libpurple/plugins/ssl/nss-prefs.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff --git a/libpurple/plugins/ssl/nss-prefs.c b/libpurple/plugins/ssl/nss-prefs.c
--- a/libpurple/plugins/ssl/nss-prefs.c
+++ b/libpurple/plugins/ssl/nss-prefs.c
@@ -340,9 +340,11 @@ get_plugin_pref_frame(PurplePlugin *plug
 				case SSL_LIBRARY_VERSION_TLS_1_2:
 					ver = g_strdup(_("TLS 1.2"));
 					break;
+#ifdef SSL_LIBRARY_VERSION_TLS_1_3
 				case SSL_LIBRARY_VERSION_TLS_1_3:
 					ver = g_strdup(_("TLS 1.3"));
 					break;
+#endif
 				default:
 					ver = g_strdup_printf("0x%04hx", tmp_version);
 			}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.