mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
Move to standard integer types #1147
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user