Description: enable new SSL code libgwenhywfar (4.10.0beta-1bch1) UNRELEASED; urgency=medium . Change #if to enable new SSL code Author: Chris Hoefler --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- libgwenhywfar-4.10.0beta.orig/src/sio/syncio_tls.c +++ libgwenhywfar-4.10.0beta/src/sio/syncio_tls.c @@ -350,7 +350,7 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO } /* set default priority */ -#if 1 /* old code */ +#if 0 /* old code */ GWEN_Gui_ProgressLog(0, GWEN_LoggerLevel_Error, I18N("Using old SSL preparation code.")); rv=gnutls_set_default_priority(xio->session); if (rv) {