From f84de16f397b06831ea5569a285518c035285f46 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 4 Aug 2020 10:11:02 +0200 Subject: apps_ui.c: Improve error handling and return value of setup_ui_method() Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12493) --- test/uitest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/uitest.c b/test/uitest.c index 289f32b6b0..d45d57d9fb 100644 --- a/test/uitest.c +++ b/test/uitest.c @@ -78,7 +78,7 @@ static int test_new_ui(void) char pass[16]; int ok = 0; - setup_ui_method(); + (void)setup_ui_method(); if (TEST_int_gt(password_callback(pass, sizeof(pass), 0, &cb_data), 0) && TEST_str_eq(pass, cb_data.password)) ok = 1; -- cgit v1.2.3