Browse Source

Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?

PHP-4.0.5
Egon Schmid 26 years ago
parent
commit
772e4fa41a
  1. 2
      ext/mcrypt/mcrypt.c

2
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;

Loading…
Cancel
Save