diff options
Diffstat (limited to 'random')
-rw-r--r-- | random/unix/apr_random.c | 2 |
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 */ |