summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
authorMax Semenik <maxsem.wiki@gmail.com>2020-07-01 16:32:55 +0300
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-06 21:13:34 +0200
commit2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c (patch)
treef23a5c00a96f30a62ddcf626b4c6a6d53809d14f /ext/standard/crypt.c
parent47579986504022d3eab38e24fff5861d5e4eadad (diff)
downloadphp-git-2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c.tar.gz
Remove proto comments from C files
Closes GH-5758
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index e592d3bf55..f994ff4c31 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -208,8 +208,7 @@ PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const ch
/* }}} */
-/* {{{ proto string crypt(string str [, string salt])
- Hash a string */
+/* {{{ Hash a string */
PHP_FUNCTION(crypt)
{
char salt[PHP_MAX_SALT_LEN + 1];