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:
Love Hörnquist Åstrand
2006-05-03 16:38:32 +00:00
parent dc26768f2f
commit 775dc15b9b

View File

@@ -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 *);