From 1b52614c06b60ced6caecd8dcaa0911ed3aa72e2 Mon Sep 17 00:00:00 2001 From: bef Date: Thu, 20 Jun 2019 12:40:07 +0200 Subject: Fix snufflepagus_globals linking issues and one mac compatibility issue --- src/sp_crypt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sp_crypt.c') diff --git a/src/sp_crypt.c b/src/sp_crypt.c index da0e2fe..42c1510 100644 --- a/src/sp_crypt.c +++ b/src/sp_crypt.c @@ -1,7 +1,5 @@ #include "php_snuffleupagus.h" -ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) - void generate_key(unsigned char *key) { PHP_SHA256_CTX ctx; const char *user_agent = getenv("HTTP_USER_AGENT"); -- cgit v1.3