Fix long line in have_arc4random.c

This commit is contained in:
Landon Curt Noll
2021-12-07 01:54:55 -08:00
parent 9c67ceeed8
commit 5dcadad8b6

View File

@@ -60,7 +60,8 @@ main(void)
#else /* HAVE_NO_ARC4RANDOM */
static char buf[BUFLEN]; /* buffer for arc4random_buf() to fill */
/* buffer for arc4random_buf() to fill */
static char buf[BUFLEN];
arc4random_buf(buf, BUFLEN);
printf("#define HAVE_ARC4RANDOM /* yes */\n");