[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.70 and 1.71

version 1.70, 2017/08/18 05:48:04 version 1.71, 2017/09/07 23:48:09
Line 472 
Line 472 
                 char *cp, *key_options = NULL, *fp = NULL;                  char *cp, *key_options = NULL, *fp = NULL;
                 const char *reason = NULL;                  const char *reason = NULL;
   
                 /* Always consume entrire file */                  /* Always consume entire file */
                 if (found_key)                  if (found_key)
                         continue;                          continue;
                 if (found != NULL)                  if (found != NULL)

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71