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.5.0alpha1~1960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddd88ff93c385e6e986809756160f8f4fa1d608f;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');