diff options
| author | jvoisin | 2022-10-09 21:53:03 +0200 |
|---|---|---|
| committer | jvoisin | 2022-10-09 21:53:03 +0200 |
| commit | a457727f5ed96ca45fa59c02a8595ee95ace3a28 (patch) | |
| tree | 9a522bcea72d44d1fbd84aa4998e978e62ddb4e3 /src | |
| parent | 5cfe176622798be4207852293b726014dc039478 (diff) | |
Revert the previous commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index b1e1e9c..ff6cdd9 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include "php_snuffleupagus.h" | 5 | #include "php_snuffleupagus.h" |
| 6 | 6 | ||
| 7 | static sp_config_keyword sp_func[] = { | 7 | static const sp_config_keyword sp_func[] = { |
| 8 | {parse_unserialize, SP_TOKEN_UNSERIALIZE_HMAC, &(SPCFG(unserialize))}, | 8 | {parse_unserialize, SP_TOKEN_UNSERIALIZE_HMAC, &(SPCFG(unserialize))}, |
| 9 | {parse_enable, SP_TOKEN_HARDEN_RANDOM, &(SPCFG(random).enable)}, | 9 | {parse_enable, SP_TOKEN_HARDEN_RANDOM, &(SPCFG(random).enable)}, |
| 10 | {parse_log_media, SP_TOKEN_LOG_MEDIA, &(SPCFG(log_media))}, | 10 | {parse_log_media, SP_TOKEN_LOG_MEDIA, &(SPCFG(log_media))}, |
