diff options
| author | Ben Fuhrmannek | 2015-01-22 15:21:51 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-01-22 15:21:51 +0100 |
| commit | 784331fc2217f9084a57be7cb0e153532453fefd (patch) | |
| tree | f666e0196eff97fcf2c98d6c7a2363dc5a638b06 /sha256.c | |
| parent | 432e8f9ab8a3029b16e03676aa643f3788faf14c (diff) | |
removed even more #ifdef ZEND_ENGINE_2
Diffstat (limited to 'sha256.c')
| -rw-r--r-- | sha256.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -404,11 +404,7 @@ void suhosin_hook_sha256(TSRMLS_D) | |||
| 404 | } | 404 | } |
| 405 | 405 | ||
| 406 | /* add the sha256 functions */ | 406 | /* add the sha256 functions */ |
| 407 | #ifndef ZEND_ENGINE_2 | ||
| 408 | zend_register_functions(suhosin_sha256_functions, NULL, MODULE_PERSISTENT TSRMLS_CC); | ||
| 409 | #else | ||
| 410 | zend_register_functions(NULL, suhosin_sha256_functions, NULL, MODULE_PERSISTENT TSRMLS_CC); | 407 | zend_register_functions(NULL, suhosin_sha256_functions, NULL, MODULE_PERSISTENT TSRMLS_CC); |
| 411 | #endif | ||
| 412 | } | 408 | } |
| 413 | 409 | ||
| 414 | 410 | ||
