From 151368ccba243636fee3ae82d7d4527ef6b8136c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 14 Nov 2004 15:40:00 +0000 Subject: [PATCH] PR: 940 Typo: use prompt_info, not cb_data->prompt_info. --- apps/apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/apps.c b/apps/apps.c index 4121e47e9d..38ad3b07b1 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -539,7 +539,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); -- 2.25.1