ecore_con: remove last occurence of EMILE_SSLv3

This fixes compilation on Windows

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-11-11 15:05:33 +01:00 committed by Cedric BAIL
parent 9070e067bc
commit 93f45eedcf
1 changed files with 0 additions and 1 deletions

View 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;
}