diff options
| author | Stefan Esser | 2012-01-11 20:14:17 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-11 20:14:17 +0100 |
| commit | e602fd738f066e0abf9fdf8b5dbb373b8daee40b (patch) | |
| tree | f9058bfa200519baff81d4e99bc74c4f4f3f46a4 /suhosin.c | |
| parent | aac59fe48b07cccf17d208d7bfb740e30936464d (diff) | |
Removed crypt() support
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -1068,7 +1068,6 @@ PHP_MINIT_FUNCTION(suhosin) | |||
| 1068 | 1068 | ||
| 1069 | /* now hook a bunch of stuff */ | 1069 | /* now hook a bunch of stuff */ |
| 1070 | suhosin_hook_memory_limit(); | 1070 | suhosin_hook_memory_limit(); |
| 1071 | suhosin_hook_crypt(); | ||
| 1072 | suhosin_hook_sha256(); | 1071 | suhosin_hook_sha256(); |
| 1073 | suhosin_hook_ex_imp(); | 1072 | suhosin_hook_ex_imp(); |
| 1074 | 1073 | ||
