diff options
author | Sascha Schumann <sas@php.net> | 1999-05-06 20:54:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-06 20:54:56 +0000 |
commit | 2c42111694035557de3cf188d4c71b34b004471c (patch) | |
tree | a8334a56bd024a497bceeff71493fcef1f8a7e02 /ext/mcrypt/php_mcrypt.h | |
parent | a793fea1f7b2c79819ea63d3c83084bd41afe66f (diff) | |
download | php-git-2c42111694035557de3cf188d4c71b34b004471c.tar.gz |
add compat #define
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index a76fa27e1f..fbeda253c3 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -25,4 +25,6 @@ PHP_FUNCTION(mcrypt_create_iv); #define mcrypt_module_ptr NULL #endif +#define phpext_mcrypt_ptr mcrypt_module_ptr + #endif |