summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
commit06f2bd8bde688390c34eeedfb3aa7b8e4133542d (patch)
tree0f8a3dfe7e3520dd21317fa10e3f9cd67b95a628 /ssh.c
parentdcf6ec48f617af4dc27c8cd42960fa65240f5488 (diff)
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index df3b64b1c..3c21fa37d 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.212 2004/04/27 09:46:37 djm Exp $"); 43RCSID("$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