diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 20:21:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 20:21:40 +0000 |
commit | 4546b9e60350d925ea9a8210378c9e1a79f4a7ab (patch) | |
tree | f7989045aae0c5d7e38662b15ee435cd2d244332 /perl.h | |
parent | dcc7f48117e0d8d95c3ad7e7d270188fbf5e9ec8 (diff) | |
download | perl-4546b9e60350d925ea9a8210378c9e1a79f4a7ab.tar.gz |
We now return to your normally scheduled hash randomisation.
p4raw-id: //depot/perl@20242
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2258,7 +2258,7 @@ typedef struct crypt_data { /* straight from /usr/include/crypt.h */ /* [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0 */ #if !defined(NO_HASH_SEED) && !defined(USE_HASH_SEED) && !defined(USE_HASH_SEED_EXPLICIT) -# define USE_HASH_SEED_EXPLICIT +# define USE_HASH_SEED #endif #include "regexp.h" |