aboutsummaryrefslogtreecommitdiff
path: root/src/libsec/port/prng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsec/port/prng.c')
-rw-r--r--src/libsec/port/prng.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsec/port/prng.c b/src/libsec/port/prng.c
index fc2e508a..75b3f6bf 100644
--- a/src/libsec/port/prng.c
+++ b/src/libsec/port/prng.c
@@ -2,9 +2,9 @@
#include <mp.h>
#include <libsec.h>
-//
-// just use the libc prng to fill a buffer
-//
+/* */
+/* just use the libc prng to fill a buffer */
+/* */
void
prng(uchar *p, int n)
{