From 775dc15b9bc29009cc662644f715767d9401818c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 May 2006 16:38:32 +0000 Subject: [PATCH] Make hx509_prompt.reply not a pointer. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17415 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index 3bb56f51b..f8d492e79 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -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 *);