diff options
author | Steve Hay <SteveHay@planit.com> | 2005-03-31 08:20:00 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-03-31 08:20:00 +0000 |
commit | f80da78ecb80cd50fe82c63c50dc2b384716bdcf (patch) | |
tree | e91386af707cb6a71575d8353e276c8ca2c22b37 /INSTALL | |
parent | c008732bfe878991e04a1364a130be250e4ea1db (diff) | |
download | perl-f80da78ecb80cd50fe82c63c50dc2b384716bdcf.tar.gz |
Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
p4raw-id: //depot/perl@24110
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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<perlrun/PERL_HASH_SEED>. Another option is to add -DUSE_HASH_SEED_EXPLICIT to the compilation flags (for -example by using C<Configure -Accflags=-DUSE_HAS_SEED_EXPLICIT>), in +example by using C<Configure -Accflags=-DUSE_HASH_SEED_EXPLICIT>), 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. |