diff options
author | Alistair Delva <adelva@google.com> | 2020-09-28 17:02:15 -0700 |
---|---|---|
committer | Alistair Delva <adelva@google.com> | 2020-09-28 17:02:17 -0700 |
commit | 267813a8a8a357469aef53ea9445266e1050409a (patch) | |
tree | d1f2d3e41ed0b507331a03c27972a2f07ba0440a | |
parent | ed358b3546c776c1c677fd88eb8f716cf6187510 (diff) |
ANDROID: Remove bogus HAVE_ARC4RANDOM_STIR
This is part of ndk_cruft and shouldn't be enabled. It isn't implemented
on all architectures.
Bug: 169616971
Change-Id: Ic639e3e47842f990784ca36da643cd58abcf65cf
-rw-r--r-- | prebuilt-intermediates/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prebuilt-intermediates/config.h b/prebuilt-intermediates/config.h index 3e8f585f..4d65d85c 100644 --- a/prebuilt-intermediates/config.h +++ b/prebuilt-intermediates/config.h @@ -177,10 +177,6 @@ /* Define to 1 if you have the `arc4random_buf' function. */ #define HAVE_ARC4RANDOM_BUF 1 -#ifndef __LP64__ -#define HAVE_ARC4RANDOM_STIR 1 -#endif - /* Define to 1 if you have the `arc4random_uniform' function. */ #define HAVE_ARC4RANDOM_UNIFORM 1 |