[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.17.2.3 and 1.17.2.4

version 1.17.2.3, 2002/06/26 15:30:37 version 1.17.2.4, 2002/10/11 14:51:51
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.17.2.3  
changed lines
  Added in v.1.17.2.4