summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2017-10-11 11:40:02 +0200
committerjvoisin2017-10-11 11:40:02 +0200
commite44b3b6b6ab1af61f9abc210546700e30aeff19c (patch)
tree408b7b079fc719ba686673e88daca939e0573565 /src/sp_config.h
parent0e9086030f36f13a4007ae9e111fdcfbc40edbb1 (diff)
s/disable_functions/disable_function/g
This should close #36 and #30
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index e51d6cc..cad4234 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -145,7 +145,7 @@ typedef struct {
145 145
146#define SP_TOKEN_AUTO_COOKIE_SECURE ".auto_cookie_secure" 146#define SP_TOKEN_AUTO_COOKIE_SECURE ".auto_cookie_secure"
147#define SP_TOKEN_COOKIE_ENCRYPTION ".cookie_encryption" 147#define SP_TOKEN_COOKIE_ENCRYPTION ".cookie_encryption"
148#define SP_TOKEN_DISABLE_FUNC ".disable_functions" 148#define SP_TOKEN_DISABLE_FUNC ".disable_function"
149#define SP_TOKEN_GLOBAL ".global" 149#define SP_TOKEN_GLOBAL ".global"
150#define SP_TOKEN_GLOBAL_STRICT ".global_strict" 150#define SP_TOKEN_GLOBAL_STRICT ".global_strict"
151#define SP_TOKEN_HARDEN_RANDOM ".harden_random" 151#define SP_TOKEN_HARDEN_RANDOM ".harden_random"