=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-skey.c,v retrieving revision 1.12.4.3 retrieving revision 1.12.4.4 diff -u -r1.12.4.3 -r1.12.4.4 --- src/usr.bin/ssh/Attic/auth-skey.c 2002/06/22 07:23:16 1.12.4.3 +++ src/usr.bin/ssh/Attic/auth-skey.c 2002/10/11 14:53:06 1.12.4.4 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth-skey.c,v 1.12.4.3 2002/06/22 07:23:16 miod Exp $"); +RCSID("$OpenBSD: auth-skey.c,v 1.12.4.4 2002/10/11 14:53:06 miod Exp $"); #ifdef SKEY @@ -53,7 +53,7 @@ *name = xstrdup(""); *infotxt = xstrdup(""); *numprompts = 1; - *prompts = xmalloc(*numprompts * sizeof(char*)); + *prompts = xmalloc(*numprompts * sizeof(char *)); *echo_on = xmalloc(*numprompts * sizeof(u_int)); (*echo_on)[0] = 0;