From: Felipe Pena Date: Fri, 10 Jun 2011 22:48:36 +0000 (+0000) Subject: - Fixed bug #55028 (// is abad comment) X-Git-Tag: php-5.4.0alpha1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15f5dd5cb30ef72e0085ea590b68b8b5f682bbc4;p=php - Fixed bug #55028 (// is abad comment) --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 4de8825e3d..e4b101ef6a 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -145,7 +145,7 @@ static int handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init default: do { - // NULL is automatically added + /* NULL is automatically added */ ERR_error_string_n(ecode, esbuf, sizeof(esbuf)); if (ebuf.c) { smart_str_appendc(&ebuf, '\n');