From e0c2ca8624ebbf1a2c6ff9cff3d1284236e327e2 Mon Sep 17 00:00:00 2001 From: kkadosh Date: Tue, 15 May 2018 15:08:34 +0000 Subject: Refactor the encryption process to extract encrypt/decrypt functions (#176) Refactor the encryption process to extract encrypt/decrypt functions --- src/php_snuffleupagus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/php_snuffleupagus.h') diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index b22d2f1..c658dac 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -40,6 +40,7 @@ #include "sp_unserialize.h" #include "sp_upload_validation.h" #include "sp_utils.h" +#include "sp_crypt.h" extern zend_module_entry snuffleupagus_module_entry; -- cgit v1.3