diff options
author | Danny Lin <danny@kdrag0n.dev> | 2020-12-12 19:15:20 -0800 |
---|---|---|
committer | Danny Lin <danny@kdrag0n.dev> | 2020-12-12 19:15:20 -0800 |
commit | 4011fba1ba613ce9230806d318317d6e157e6958 (patch) | |
tree | 922eeef07d4d076f425b5c514331c8d56f891826 /prebuilt-intermediates | |
parent | 19d35b8e39329e457abf76cf26308daec8154a35 (diff) |
openssh: Declare availability of explicit_bzeroHEADlineage-18.1
We have explicit_bzero from GrapheneOS in bionic libc, so the copy in
OpenSSH's compatibility layer conflicts with it.
Change-Id: If730de5104e4d2b0e63ab11fd625fee529517c72
Diffstat (limited to 'prebuilt-intermediates')
-rw-r--r-- | prebuilt-intermediates/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt-intermediates/config.h b/prebuilt-intermediates/config.h index 4d65d85c..2fb1fe16 100644 --- a/prebuilt-intermediates/config.h +++ b/prebuilt-intermediates/config.h @@ -1655,3 +1655,4 @@ #define HAVE_RSA_SET0_CRT_PARAMS 1 #define HAVE_RSA_SET0_FACTORS 1 #define HAVE_RSA_SET0_KEY 1 +#define HAVE_EXPLICIT_BZERO 1 |