From e25b14c7c9cd2429450208736297ec004a712cc5 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 22 Feb 2016 21:59:48 +0100 Subject: do we need our own sha256? --- sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { /* check if we already have sha256 support */ if (zend_hash_str_find(CG(function_table), ZEND_STRL("sha256"))) { - return; + return; } /* add the sha256 functions */ -- cgit v1.3