From: Egon Schmid Date: Sun, 18 Jun 2000 20:01:45 +0000 (+0000) Subject: No response from Sascha so changed to lowercase. X-Git-Tag: php-4.0.1RC~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3cc31c74564a93b941088ab2a2dc2cca33bdf5b;p=php No response from Sascha so changed to lowercase. --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 61a78f80de..4faebe82f1 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -177,7 +177,7 @@ typedef enum { } iv_source; /* {{{ proto string mcrypt_create_iv(int size, int source) - Create an initializing vector (IV) */ + Create an initializing vector (iv) */ PHP_FUNCTION(mcrypt_create_iv) { pval **size, **psource; @@ -282,7 +282,7 @@ PHP_FUNCTION(mcrypt_get_block_size) /* }}} */ /* {{{ proto string mcrypt_ofb(int cipher, string key, string data, int mode, string iv) - OFB crypt/decrypt data using key key with cipher cipher starting with IV */ + OFB crypt/decrypt data using key key with cipher cipher starting with iv */ PHP_FUNCTION(mcrypt_ofb) { MCRYPT_ARGS; @@ -304,7 +304,7 @@ PHP_FUNCTION(mcrypt_ofb) /* }}} */ /* {{{ proto string mcrypt_cfb(int cipher, string key, string data, int mode, string iv) - CFB crypt/decrypt data using key key with cipher cipher starting with IV */ + CFB crypt/decrypt data using key key with cipher cipher starting with iv */ PHP_FUNCTION(mcrypt_cfb) { MCRYPT_ARGS; @@ -327,7 +327,7 @@ PHP_FUNCTION(mcrypt_cfb) /* {{{ proto string mcrypt_cbc(int cipher, string key, string data, int mode [, string iv]) - CBC crypt/decrypt data using key key with cipher cipher using optional IV */ + CBC crypt/decrypt data using key key with cipher cipher using optional iv */ PHP_FUNCTION(mcrypt_cbc) { MCRYPT_ARGS;