PR: 940
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Nov 2004 15:40:25 +0000 (15:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Nov 2004 15:40:25 +0000 (15:40 +0000)
Typo: use prompt_info, not cb_data->prompt_info.

apps/apps.c

index b747e2d3cf030d34d036528919df069d35c50a06..1cb77dd61a0258997a88b84d5fe565649c333646 100644 (file)
@@ -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);