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.3.7RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e37aa144f19f318f2ba0f1600b10afc21d999a3;p=php - Fixed bug #55028 (// is abad comment) --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 75fee75d71..4b4a144691 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');