From 4011fba1ba613ce9230806d318317d6e157e6958 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 12 Dec 2020 19:15:20 -0800 Subject: openssh: Declare availability of explicit_bzero We have explicit_bzero from GrapheneOS in bionic libc, so the copy in OpenSSH's compatibility layer conflicts with it. Change-Id: If730de5104e4d2b0e63ab11fd625fee529517c72 --- prebuilt-intermediates/config.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3