projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86710c
)
- Fixed compiler warnings
author
Felipe Pena
<felipe@php.net>
Fri, 23 Apr 2010 13:32:03 +0000
(13:32 +0000)
committer
Felipe Pena
<felipe@php.net>
Fri, 23 Apr 2010 13:32:03 +0000
(13:32 +0000)
ext/openssl/xp_ssl.c
patch
|
blob
|
history
diff --git
a/ext/openssl/xp_ssl.c
b/ext/openssl/xp_ssl.c
index 187475340be052256ea877be98f1a0fae6d9615b..f1a4eb7e09737a2681d5d84cae77d28d73c57d48 100644
(file)
--- 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;