diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -40,7 +40,7 @@ | |||
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "includes.h" | 42 | #include "includes.h" |
43 | RCSID("$OpenBSD: ssh.c,v 1.212 2004/04/27 09:46:37 djm Exp $"); | 43 | RCSID("$OpenBSD: ssh.c,v 1.213 2004/05/08 00:01:37 deraadt Exp $"); |
44 | 44 | ||
45 | #include <openssl/evp.h> | 45 | #include <openssl/evp.h> |
46 | #include <openssl/err.h> | 46 | #include <openssl/err.h> |
@@ -62,12 +62,11 @@ RCSID("$OpenBSD: ssh.c,v 1.212 2004/04/27 09:46:37 djm Exp $"); | |||
62 | #include "log.h" | 62 | #include "log.h" |
63 | #include "readconf.h" | 63 | #include "readconf.h" |
64 | #include "sshconnect.h" | 64 | #include "sshconnect.h" |
65 | #include "tildexpand.h" | ||
66 | #include "dispatch.h" | 65 | #include "dispatch.h" |
67 | #include "misc.h" | 66 | #include "misc.h" |
68 | #include "kex.h" | 67 | #include "kex.h" |
69 | #include "mac.h" | 68 | #include "mac.h" |
70 | #include "sshtty.h" | 69 | #include "sshpty.h" |
71 | #include "match.h" | 70 | #include "match.h" |
72 | 71 | ||
73 | #ifdef SMARTCARD | 72 | #ifdef SMARTCARD |