diff options
| author | Ben Fuhrmannek | 2016-02-22 21:59:48 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-22 21:59:48 +0100 |
| commit | e25b14c7c9cd2429450208736297ec004a712cc5 (patch) | |
| tree | 46c734a1d86cb1befe71cd61ed826f2ec7dc4812 | |
| parent | 23ff8909bbc232273595e24cfc422ba8990e2a8f (diff) | |
do we need our own sha256?
| -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 */ |
