Make hx509_prompt.reply not a pointer.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17415 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -72,7 +72,7 @@ typedef struct hx509_prompt {
|
||||
const char *prompt;
|
||||
int hidden;
|
||||
hx509_prompt_type type;
|
||||
heim_octet_string *reply;
|
||||
heim_octet_string reply;
|
||||
} hx509_prompt;
|
||||
|
||||
typedef int (*hx509_prompter_fct)(void *, const hx509_prompt *);
|
||||
|
Reference in New Issue
Block a user