jorton 2003/11/05 14:38:40
Modified: random/unix apr_random.c
Log:
* apr_random.c: Fix comment.
Revision Changes Path
1.4 +1 -1 apr/random/unix/apr_random.c
Index: apr_random.c
===================================================================
RCS file: /home/cvs/apr/random/unix/apr_random.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- apr_random.c 5 Nov 2003 11:59:54 -0000 1.3
+++ apr_random.c 5 Nov 2003 22:38:40 -0000 1.4
@@ -266,7 +266,7 @@
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 */