summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorjvoisin2018-08-29 08:55:49 +0000
committerxXx-caillou-xXx2018-08-29 10:55:49 +0200
commit64e52596abaf4bdd4c17f79c4e8acf25d1a452b4 (patch)
tree5452af804c25304cabe0f7e1160263fad25c3bf9 /src/php_snuffleupagus.h
parenta0300b15a3afffe02c737d263c3d6dd31ac307b7 (diff)
Verify certs (#223)
Ensure that certificates are verified in curl should close #47
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 41d9b77..9dc045c 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -32,6 +32,7 @@
32#include "sp_config.h" 32#include "sp_config.h"
33#include "sp_config_utils.h" 33#include "sp_config_utils.h"
34#include "sp_config_keywords.h" 34#include "sp_config_keywords.h"
35#include "sp_curl_verify_certificates.h"
35#include "sp_cookie_encryption.h" 36#include "sp_cookie_encryption.h"
36#include "sp_disable_xxe.h" 37#include "sp_disable_xxe.h"
37#include "sp_disabled_functions.h" 38#include "sp_disabled_functions.h"