raster pushed a commit to branch efl-1.16.

http://git.enlightenment.org/core/efl.git/commit/?id=f452323307662fb925d06605397d1784dafdbadd

commit f452323307662fb925d06605397d1784dafdbadd
Author: Vincent Torri <vincent dot torri at gmail dot com>
Date:   Wed Nov 11 15:05:33 2015 +0100

    ecore_con: remove last occurence of EMILE_SSLv3
    
    This fixes compilation on Windows
    
    @fix
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/emile/emile_cipher_gnutls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/emile/emile_cipher_gnutls.c 
b/src/lib/emile/emile_cipher_gnutls.c
index 491ba78..e703793 100644
--- a/src/lib/emile/emile_cipher_gnutls.c
+++ b/src/lib/emile/emile_cipher_gnutls.c
@@ -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;
      }

-- 


Reply via email to