summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-22 21:59:48 +0100
committerBen Fuhrmannek2016-02-22 21:59:48 +0100
commite25b14c7c9cd2429450208736297ec004a712cc5 (patch)
tree46c734a1d86cb1befe71cd61ed826f2ec7dc4812
parent23ff8909bbc232273595e24cfc422ba8990e2a8f (diff)
do we need our own sha256?
-rw-r--r--sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256.c b/sha256.c
index 15032cd..ae9f0da 100644
--- a/sha256.c
+++ b/sha256.c
@@ -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 */