From: Felipe Pena Date: Fri, 23 Apr 2010 13:32:03 +0000 (+0000) Subject: - Fixed compiler warnings X-Git-Tag: php-5.3.3RC1~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5142d18cb1529bcc3711ab5e2f9dab2aaaf254b;p=php - Fixed compiler warnings --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 187475340b..f1a4eb7e09 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -586,6 +586,8 @@ static inline int php_openssl_tcp_sockop_accept(php_stream *stream, php_openssl_ case STREAM_CRYPTO_METHOD_TLS_CLIENT: sock->method = STREAM_CRYPTO_METHOD_TLS_SERVER; break; + default: + break; } clisockdata->method = sock->method;