summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-10-15 20:41:44 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-10-15 20:41:44 +0000
commit01ae57b9fb3862c75621391de87e3094ffe903fe (patch)
treee8b882bf6f8d401f75c13dc13a687ec7152115af /misc
parent6247e8349455e8c87cff5f0eeb96d5ccaea9df95 (diff)
downloadlibapr-01ae57b9fb3862c75621391de87e3094ffe903fe.tar.gz
Time to turn on the protocol member for APR 1.0.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-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;