From: Felipe Pena Date: Fri, 23 Apr 2010 13:32:03 +0000 (+0000) Subject: - Fixed compiler warnings X-Git-Tag: php-5.2.14RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36bc835bce0158a0296ea3c9a4d4d489b78e7f8c;p=php - Fixed compiler warnings --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index efa2f6cdab..46be7c4b77 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -588,6 +588,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;