diff options
| -rw-r--r-- | sha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -395,7 +395,7 @@ void suhosin_hook_sha256() | |||
| 395 | { | 395 | { |
| 396 | /* check if we already have sha256 support */ | 396 | /* check if we already have sha256 support */ |
| 397 | if (zend_hash_str_find(CG(function_table), ZEND_STRL("sha256"))) { | 397 | if (zend_hash_str_find(CG(function_table), ZEND_STRL("sha256"))) { |
| 398 | return; | 398 | return; |
| 399 | } | 399 | } |
| 400 | 400 | ||
| 401 | /* add the sha256 functions */ | 401 | /* add the sha256 functions */ |
