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 9ec63ab9a..a768f8ff1 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.152 2001/12/19 17:16:13 stevesk Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.153 2001/12/20 22:50:24 djm Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -1015,7 +1015,7 @@ ssh_session(void)
1015} 1015}
1016 1016
1017static void 1017static void
1018client_subsystem_reply(int type, int plen, void *ctxt) 1018client_subsystem_reply(int type, int plen, u_int32_t seq, void *ctxt)
1019{ 1019{
1020 int id, len; 1020 int id, len;
1021 1021