Files
linux/scripts
Lee Jones fad17703b5 ANDROID: sign-file: Fix warning when OPENSSL_NO_ENGINE is set
Place drain_openssl_errors() function under the same build constraints
as the code that calls it.

  scripts/sign-file.c:96:13: warning: unused function 'drain_openssl_errors' [-Wunused-function]
  static void drain_openssl_errors(void)
            ^
  1 warning generated.

For some reason this wasn't picked-up on during automated testing.

Fixes: e9d39639a5 ("FROMLIST: sign-file: Use OpenSSL provided define to compile out deprecated APIs")
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: I3b337a9deac4ee83cb780792ece8f5f701a01f5f
2021-10-07 10:43:27 +00:00
..
2017-03-28 16:16:52 +02:00
2021-07-15 22:31:10 +02:00
2021-02-26 09:41:05 -08:00
2021-05-02 00:43:35 +09:00
2021-05-02 00:43:35 +09:00
2021-05-03 17:23:06 -06:00