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

Diff for /src/usr.bin/ssh/authfile.c between version 1.112 and 1.113

version 1.112, 2015/03/18 01:44:21 version 1.113, 2015/03/31 22:55:50
Line 354 
Line 354 
         case 0:          case 0:
                 return r;                  return r;
         }          }
   #else /* WITH_SSH1 */
           close(fd);
 #endif /* WITH_SSH1 */  #endif /* WITH_SSH1 */
   
         /* try ssh2 public key */          /* try ssh2 public key */

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113