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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.12 and 1.13

version 1.12, 2015/01/14 10:46:28 version 1.13, 2015/01/16 06:40:12
Line 25 
Line 25 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  #include <sys/param.h>  /* MIN MAX */
 #include <sys/types.h>  #include <sys/types.h>
 #include <netinet/in.h>  #include <netinet/in.h>
   
Line 41 
Line 41 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <util.h>  #include <util.h>
   #include <limits.h>
 #include <resolv.h>  #include <resolv.h>
   
 #include "ssh2.h"  #include "ssh2.h"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13