OSDN Git Service

openssh should use its own arc4random.
authorElliott Hughes <enh@google.com>
Sat, 21 Jun 2014 04:34:40 +0000 (21:34 -0700)
committerElliott Hughes <enh@google.com>
Sat, 21 Jun 2014 04:39:11 +0000 (21:39 -0700)
commit524b358142f8976b3b79cb6298e0d2593c977f03
tree05dbb05e365adc734c9506751c8580c0ba53bc95
parentcafc5eba9a5e06a13316b23361801ecdc7e18520
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
Android.mk