From b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sat, 3 Jan 2015 01:22:58 -0800 Subject: trailing whitespace removal --- ext/standard/crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/crypt.c') diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 439d3e0d07..014c7a6feb 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -149,7 +149,7 @@ PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const ch { char *crypt_res; zend_string *result; -/* Windows (win32/crypt) has a stripped down version of libxcrypt and +/* Windows (win32/crypt) has a stripped down version of libxcrypt and a CryptoApi md5_crypt implementation */ #if PHP_USE_PHP_CRYPT_R { -- cgit v1.2.1