Revert "ANDROID: sign-file: Fix warning when OPENSSL_NO_ENGINE is set"
This reverts commit fad17703b5.
Collides with upstream.
Bug: 135570712
Bug: 367265496
Change-Id: I568b5633267b981bd35978b8f4fe5963fda90478
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
@@ -99,7 +99,6 @@ static void display_openssl_errors(int l)
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
static void drain_openssl_errors(void)
|
||||
{
|
||||
const char *file;
|
||||
@@ -109,7 +108,6 @@ static void drain_openssl_errors(void)
|
||||
return;
|
||||
while (ERR_get_error_line(&file, &line)) {}
|
||||
}
|
||||
#endif
|
||||
|
||||
#define ERR(cond, fmt, ...) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user