From: Steve Hay Date: Thu, 31 Mar 2005 08:20:00 +0000 (+0000) Subject: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f80da78ecb80cd50fe82c63c50dc2b384716bdcf;p=p5sagit%2Fp5-mst-13.2.git Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/) p4raw-id: //depot/perl@24110 --- diff --git a/INSTALL b/INSTALL index f701397..42ce893 100644 --- a/INSTALL +++ b/INSTALL @@ -527,7 +527,7 @@ One can still revert to the old guaranteed repeatable order (and be vulnerable to attack by wily crackers) by setting the environment variable PERL_HASH_SEED, see L. Another option is to add -DUSE_HASH_SEED_EXPLICIT to the compilation flags (for -example by using C), in +example by using C), in which case one has to explicitly set the PERL_HASH_SEED environment variable to enable the security feature, or by adding -DNO_HASH_SEED to the compilation flags to completely disable the randomisation feature.