Move to standard integer types #1147

This commit is contained in:
Alex Fabijanic
2017-10-05 17:03:11 -05:00
parent de64a1cbd2
commit 71531d1a75
10 changed files with 14 additions and 13 deletions

View File

@@ -932,7 +932,7 @@ ENTROPY_DEBUG(const char * label, unsigned long entropy) {
static unsigned long
generate_hash_secret_salt(XML_Parser parser)
{
unsigned long entropy;
Poco::UInt64 entropy;
(void)parser;
#if defined(EXPAT_POCO)
Poco::RandomInputStream rstr;