diff options
Diffstat (limited to 'ext/standard/php3_crypt.h')
-rw-r--r-- | ext/standard/php3_crypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php3_crypt.h b/ext/standard/php3_crypt.h index c740dc55ec..20671b2f6f 100644 --- a/ext/standard/php3_crypt.h +++ b/ext/standard/php3_crypt.h @@ -10,4 +10,6 @@ extern int php_minit_crypt(INIT_FUNC_ARGS); #define crypt_module_ptr NULL #endif +#define phpext_crypt_ptr crypt_module_ptr + #endif |