[BACK]Return to auth-skey.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-skey.c between version 1.19 and 1.20

version 1.19, 2002/06/19 00:27:55 version 1.20, 2002/06/30 21:59:45
Line 53 
Line 53 
         *name  = xstrdup("");          *name  = xstrdup("");
         *infotxt  = xstrdup("");          *infotxt  = xstrdup("");
         *numprompts = 1;          *numprompts = 1;
         *prompts = xmalloc(*numprompts * sizeof(char*));          *prompts = xmalloc(*numprompts * sizeof(char *));
         *echo_on = xmalloc(*numprompts * sizeof(u_int));          *echo_on = xmalloc(*numprompts * sizeof(u_int));
         (*echo_on)[0] = 0;          (*echo_on)[0] = 0;
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20