summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
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 c2faf3882..58e4d7bd9 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$OpenBSD: ssh.c,v 1.57 2000/07/15 04:01:37 djm Exp $"); 14RCSID("$OpenBSD: ssh.c,v 1.58 2000/07/16 08:27:22 markus Exp $");
15 15
16#include <openssl/evp.h> 16#include <openssl/evp.h>
17#include <openssl/dsa.h> 17#include <openssl/dsa.h>
@@ -21,7 +21,6 @@ RCSID("$OpenBSD: ssh.c,v 1.57 2000/07/15 04:01:37 djm Exp $");
21#include "ssh.h" 21#include "ssh.h"
22#include "packet.h" 22#include "packet.h"
23#include "buffer.h" 23#include "buffer.h"
24#include "authfd.h"
25#include "readconf.h" 24#include "readconf.h"
26#include "uidswap.h" 25#include "uidswap.h"
27 26
@@ -29,6 +28,7 @@ RCSID("$OpenBSD: ssh.c,v 1.57 2000/07/15 04:01:37 djm Exp $");
29#include "compat.h" 28#include "compat.h"
30#include "channels.h" 29#include "channels.h"
31#include "key.h" 30#include "key.h"
31#include "authfd.h"
32#include "authfile.h" 32#include "authfile.h"
33 33
34#ifdef HAVE___PROGNAME 34#ifdef HAVE___PROGNAME