mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:31:08 +01:00
use arc4random.
MFC after: 3 days
This commit is contained in:
parent
09a7f4484d
commit
9c6c20e632
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119323
@ -18,7 +18,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
|
||||
PROG= rtsol
|
||||
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
|
||||
|
||||
CFLAGS+=-DINET6 -DHAVE_POLL_H
|
||||
CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H
|
||||
WARNS= 0
|
||||
|
||||
NOMAN= yes
|
||||
|
Loading…
Reference in New Issue
Block a user