diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -18,7 +18,7 @@ agent connections. | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "includes.h" | 20 | #include "includes.h" |
21 | RCSID("$Id: sshd.c,v 1.28 1999/11/22 03:27:24 damien Exp $"); | 21 | RCSID("$Id: sshd.c,v 1.29 1999/11/23 00:24:32 damien Exp $"); |
22 | 22 | ||
23 | #include "xmalloc.h" | 23 | #include "xmalloc.h" |
24 | #include "rsa.h" | 24 | #include "rsa.h" |
@@ -32,10 +32,6 @@ RCSID("$Id: sshd.c,v 1.28 1999/11/22 03:27:24 damien Exp $"); | |||
32 | #include "uidswap.h" | 32 | #include "uidswap.h" |
33 | #include "compat.h" | 33 | #include "compat.h" |
34 | 34 | ||
35 | #ifdef HAVE_MAILLOCK_H | ||
36 | # include <maillock.h> | ||
37 | #endif | ||
38 | |||
39 | #ifdef LIBWRAP | 35 | #ifdef LIBWRAP |
40 | #include <tcpd.h> | 36 | #include <tcpd.h> |
41 | #include <syslog.h> | 37 | #include <syslog.h> |