summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-27 20:21:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-27 20:21:40 +0000
commit4546b9e60350d925ea9a8210378c9e1a79f4a7ab (patch)
treef7989045aae0c5d7e38662b15ee435cd2d244332 /perl.h
parentdcc7f48117e0d8d95c3ad7e7d270188fbf5e9ec8 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index acadabe4e3..8b50836066 100644
--- a/perl.h
+++ b/perl.h
@@ -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"