ecore_con: remove last occurence of EMILE_SSLv3
authorVincent Torri <vincent dot torri at gmail dot com>
Wed, 11 Nov 2015 14:05:33 +0000 (15:05 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 11 Nov 2015 22:36:23 +0000 (14:36 -0800)
This fixes compilation on Windows

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/emile/emile_cipher_gnutls.c

index 491ba78..e703793 100644 (file)
@@ -384,7 +384,6 @@ emile_cipher_server_connect(Emile_Cipher_Type t)
       case EMILE_TLSv1:
          priority = "NORMAL:%VERIFY_ALLOW_X509_V1_CA_CRT:!VERS-SSL3.0";
          break;
-      case EMILE_SSLv3:
       default:
          return NULL;
      }