summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */