Deleted Added
full compact
1c1
< /* $OpenBSD: ssh.h,v 1.76 2004/12/06 11:41:03 dtucker Exp $ */
---
> /* $OpenBSD: ssh.h,v 1.78 2006/08/03 03:34:42 deraadt Exp $ */
15,26d14
< #ifndef SSH_H
< #define SSH_H
<
< #include <netinet/in.h> /* For struct sockaddr_in */
< #include <pwd.h> /* For struct pw */
< #include <stdarg.h> /* For va_list */
< #include <syslog.h> /* For LOG_AUTH and friends */
< #include <sys/socket.h> /* For struct sockaddr_storage */
< #ifdef HAVE_SYS_SELECT_H
< # include <sys/select.h>
< #endif
<
115,116d102
<
< #endif /* SSH_H */