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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.91 and 1.92

version 1.91, 2019/07/16 13:18:39 version 1.92, 2019/09/03 08:29:58
Line 535 
Line 535 
         return found_principal;          return found_principal;
 }  }
   
 static void  
 skip_space(char **cpp)  
 {  
         char *cp;  
   
         for (cp = *cpp; *cp == ' ' || *cp == '\t'; cp++)  
                 ;  
         *cpp = cp;  
 }  
   
 /*  /*
  * Advanced *cpp past the end of key options, defined as the first unquoted   * Advanced *cpp past the end of key options, defined as the first unquoted
  * whitespace character. Returns 0 on success or -1 on failure (e.g.   * whitespace character. Returns 0 on success or -1 on failure (e.g.

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92