summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:36:26 +0000
commitc763767f18464129f3aa80f00a341f8665cfe53a (patch)
tree4a11605c8ad34e08d37dd0eb8ba58000a57b815e /ssh.c
parentcd4349f969a8cc4cf2902ffd0a67aea49fae2102 (diff)
[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this
pain will be over.] - markus@cvs.openbsd.org 2001/05/31 10:30:17 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c] undo the .c file split, just merge the header and keep the cvs history
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index dffd2d0d5..07947dc6a 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.123 2001/05/31 10:30:17 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -53,7 +53,7 @@ RCSID("$OpenBSD: ssh.c,v 1.122 2001/05/30 15:20:10 markus Exp $");
53#include "packet.h" 53#include "packet.h"
54#include "buffer.h" 54#include "buffer.h"
55#include "uidswap.h" 55#include "uidswap.h"
56#include "channel.h" 56#include "channels.h"
57#include "key.h" 57#include "key.h"
58#include "authfd.h" 58#include "authfd.h"
59#include "authfile.h" 59#include "authfile.h"