diff options
| author | jvoisin | 2017-10-11 11:40:02 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-11 11:40:02 +0200 |
| commit | e44b3b6b6ab1af61f9abc210546700e30aeff19c (patch) | |
| tree | 408b7b079fc719ba686673e88daca939e0573565 /src/sp_config.h | |
| parent | 0e9086030f36f13a4007ae9e111fdcfbc40edbb1 (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.h | 2 |
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" |
