diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.340 2010/06/25 23:15:36 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.341 2010/06/26 23:04:04 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -79,6 +79,7 @@ | |||
79 | #include "ssh.h" | 79 | #include "ssh.h" |
80 | #include "ssh1.h" | 80 | #include "ssh1.h" |
81 | #include "ssh2.h" | 81 | #include "ssh2.h" |
82 | #include "canohost.h" | ||
82 | #include "compat.h" | 83 | #include "compat.h" |
83 | #include "cipher.h" | 84 | #include "cipher.h" |
84 | #include "packet.h" | 85 | #include "packet.h" |