From: Dr. Stephen Henson Date: Sun, 14 Nov 2004 15:40:25 +0000 (+0000) Subject: PR: 940 X-Git-Tag: BEN_FIPS_TEST_6~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ec0d15e54eeb218eed906bd5672fa0932dba20c;p=oweals%2Fopenssl.git PR: 940 Typo: use prompt_info, not cb_data->prompt_info. --- diff --git a/apps/apps.c b/apps/apps.c index b747e2d3cf..1cb77dd61a 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -542,7 +542,7 @@ int password_callback(char *buf, int bufsiz, int verify, char *prompt = NULL; prompt = UI_construct_prompt(ui, "pass phrase", - cb_data->prompt_info); + prompt_info); ui_flags |= UI_INPUT_FLAG_DEFAULT_PWD; UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0);