summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/win32/rand.c')
-rw-r--r--misc/win32/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c
index 68dc2b32d..17108c770 100644
--- a/misc/win32/rand.c
+++ b/misc/win32/rand.c
@@ -61,7 +61,7 @@
APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char * buf,
- int length)
+ apr_size_t length)
{
HCRYPTPROV hProv;
apr_status_t res = APR_SUCCESS;