]> git.ipfire.org Git - thirdparty/pdns.git/commit
dns_random: Use uint32_t and not unsigned int
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Sep 2018 13:55:24 +0000 (15:55 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Sep 2018 13:55:24 +0000 (15:55 +0200)
commita49c8752db294dfe3eaff9665b5a15ee72d2f630
tree95648278176c7495bb0096188522e35ac1416399
parent61754ee4af5a7507eaadcb51d7e818f1513d963d
dns_random: Use uint32_t and not unsigned int

Also, make sure the TSIG key generator will always fill up all the bits
in the key.
pdns/dns_random.cc
pdns/dns_random.hh
pdns/tsigutils.cc