Skip to content
Snippets Groups Projects
Commit 524b3581 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

openssh should use its own arc4random.

Previously openssh was declaring its own arc4random but accidentally picking
up a lower-quality implementation from libc.

Bug: 14499627
Change-Id: Ie0c4ddb78101a666af3ec3eb9dc03c8fb44f6c4b
parent cafc5eba
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ LOCAL_SRC_FILES := \
openbsd-compat/port-linux.c openbsd-compat/strmode.c \
openbsd-compat/bsd-openpty.c \
openbsd-compat/fmt_scaled.c \
openbsd-compat/pwcache.c openbsd-compat/glob.c
openbsd-compat/pwcache.c openbsd-compat/glob.c \
openbsd-compat/bsd-arc4random.c \
# openbsd-compat/getrrsetbyname.c
# openbsd-compat/xcrypt.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment