summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorkkadosh2018-05-15 15:08:34 +0000
committerjvoisin2018-05-15 15:08:34 +0000
commite0c2ca8624ebbf1a2c6ff9cff3d1284236e327e2 (patch)
tree3ec1f2c77a1d0654d5a34654f1c4bb3a9eacaf86 /src/php_snuffleupagus.h
parent41b8db89d5f50aadad91d2b0fd9861017b58bb16 (diff)
Refactor the encryption process to extract encrypt/decrypt functions (#176)
Refactor the encryption process to extract encrypt/decrypt functions
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
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 @@
40#include "sp_unserialize.h" 40#include "sp_unserialize.h"
41#include "sp_upload_validation.h" 41#include "sp_upload_validation.h"
42#include "sp_utils.h" 42#include "sp_utils.h"
43#include "sp_crypt.h"
43 44
44 45
45extern zend_module_entry snuffleupagus_module_entry; 46extern zend_module_entry snuffleupagus_module_entry;