summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2003-11-05 22:38:40 +0000
committerJoe Orton <jorton@apache.org>2003-11-05 22:38:40 +0000
commite58682dd2beaae8d161c970d9240107ecc6cf145 (patch)
tree0e52d2db72e9b9c0a2d923f32d50ef48b7cf6532 /random
parent9e897791fd1b65aacd327d668a2a57b66ba4025d (diff)
downloadapr-e58682dd2beaae8d161c970d9240107ecc6cf145.tar.gz
* apr_random.c: Fix comment.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'random')
-rw-r--r--random/unix/apr_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/unix/apr_random.c b/random/unix/apr_random.c
index 167514f7c..fc260ff1b 100644
--- a/random/unix/apr_random.c
+++ b/random/unix/apr_random.c
@@ -266,7 +266,7 @@ void apr_random_add_entropy(apr_random_t *g,const void *entropy_,
rekey(g);
}
-// This will give g->B_size bytes of randomness
+/* This will give g->B_size bytes of randomness */
static void apr_random_block(apr_random_t *g,unsigned char *random)
{
/* FIXME: in principle, these are different hashes */