summaryrefslogtreecommitdiff
path: root/src/sp_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_crypt.h')
-rw-r--r--src/sp_crypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_crypt.h b/src/sp_crypt.h
index 3ede104..22a571e 100644
--- a/src/sp_crypt.h
+++ b/src/sp_crypt.h
@@ -12,6 +12,6 @@
12 12
13void generate_key(unsigned char *key); 13void generate_key(unsigned char *key);
14int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hask_key); 14int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hask_key);
15zend_string *encrypt_zval(char *data, unsigned long long data_len); 15zend_string *encrypt_zval(zend_string *);
16 16
17#endif /*__SP_CRYPT */ \ No newline at end of file 17#endif /*__SP_CRYPT */