diff options
| author | kkadosh | 2018-05-15 15:08:34 +0000 |
|---|---|---|
| committer | jvoisin | 2018-05-15 15:08:34 +0000 |
| commit | e0c2ca8624ebbf1a2c6ff9cff3d1284236e327e2 (patch) | |
| tree | 3ec1f2c77a1d0654d5a34654f1c4bb3a9eacaf86 /src/config.m4 | |
| parent | 41b8db89d5f50aadad91d2b0fd9861017b58bb16 (diff) | |
Refactor the encryption process to extract encrypt/decrypt functions (#176)
Refactor the encryption process to extract encrypt/decrypt functions
Diffstat (limited to 'src/config.m4')
| -rw-r--r-- | src/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.m4 b/src/config.m4 index 8d5278e..9909da2 100644 --- a/src/config.m4 +++ b/src/config.m4 | |||
| @@ -6,7 +6,7 @@ sources="$sources sp_unserialize.c sp_utils.c sp_disable_xxe.c sp_list.c" | |||
| 6 | sources="$sources sp_disabled_functions.c sp_execute.c sp_upload_validation.c" | 6 | sources="$sources sp_disabled_functions.c sp_execute.c sp_upload_validation.c" |
| 7 | sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" | 7 | sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" |
| 8 | sources="$sources sp_config_keywords.c sp_var_parser.c sp_var_value.c sp_tree.c" | 8 | sources="$sources sp_config_keywords.c sp_var_parser.c sp_var_value.c sp_tree.c" |
| 9 | sources="$sources sp_pcre_compat.c" | 9 | sources="$sources sp_pcre_compat.c sp_crypt.c" |
| 10 | 10 | ||
| 11 | PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, | 11 | PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, |
| 12 | [ --enable-snuffleupagus Enable snuffleupagus support]) | 12 | [ --enable-snuffleupagus Enable snuffleupagus support]) |
