summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-10-15 20:41:44 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-10-15 20:41:44 +0000
commit309159e49cfdc01b9812edc64346794414b3882a (patch)
treee8b882bf6f8d401f75c13dc13a687ec7152115af /misc/win32/rand.c
parentfa2f773ef4962d37d126a83e33a06ec84d6a24fa (diff)
downloadapr-309159e49cfdc01b9812edc64346794414b3882a.tar.gz
Time to turn on the protocol member for APR 1.0.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc/win32/rand.c')
-rw-r--r--misc/win32/rand.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c
index fa43aebd9..29999d61b 100644
--- a/misc/win32/rand.c
+++ b/misc/win32/rand.c
@@ -61,11 +61,7 @@
APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char * buf,
-#ifdef APR_ENABLE_FOR_1_0
apr_size_t length)
-#else
- int length)
-#endif
{
HCRYPTPROV hProv;
apr_status_t res = APR_SUCCESS;