[BACK]Return to doas.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / doas

Diff for /src/usr.bin/doas/doas.c between version 1.61 and 1.62

version 1.61, 2016/09/01 13:16:38 version 1.62, 2016/09/01 17:30:52
Line 204 
Line 204 
 }  }
   
 static void  static void
 authuser(const char *myname, const char *login_style)  authuser(char *myname, char *login_style)
 {  {
         char *challenge = NULL, *response, rbuf[1024], cbuf[128];          char *challenge = NULL, *response, rbuf[1024], cbuf[128];
         auth_session_t *as;          auth_session_t *as;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62