diff options
author | Yves Orton <demerphq@gmail.com> | 2017-03-23 11:54:43 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2017-04-23 11:44:18 +0200 |
commit | dd1b95f812312c85390f487887cdd55282fcd6ce (patch) | |
tree | e1dc4cde23d1a15369a39f1d268d5c31ead0ff90 /hv_func.h | |
parent | 259e968485f855f70472c8be9267efceca42b0fb (diff) | |
download | perl-dd1b95f812312c85390f487887cdd55282fcd6ce.tar.gz |
get rid of USE_HASH_SEED_EXPLICIT
I think this has been outright broken for a long time, and it
doesnt make any sense to since mandatory randomization anyway,
so simply remove it.
Diffstat (limited to 'hv_func.h')
-rw-r--r-- | hv_func.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -133,7 +133,7 @@ U32 S_perl_hash_with_seed(const U8 * const seed, const U8 * const str, const STR * initialze whatever state it might need later in hashing. */ #ifndef PERL_HASH_SEED -# if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT) +# if defined(USE_HASH_SEED) # define PERL_HASH_SEED PL_hash_seed # else /* this is a 512 bit seed, which should be more than enough for the @@ -270,9 +270,6 @@ PERL_SIPHASH_FNC( #endif /* defined(CAN64BITHASH) */ - - - #endif /*compile once*/ /* |