]> andersk Git - openssh.git/blobdiff - ssh.c
- djm@cvs.openbsd.org 2001/12/20 22:50:24
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 9ec63ab9a40767d5ea0e335274e34146195b3270..a768f8ff17f5fa60ed7cd5d607c05521da5b3069 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.152 2001/12/19 17:16:13 stevesk Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.153 2001/12/20 22:50:24 djm Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -1015,7 +1015,7 @@ ssh_session(void)
 }
 
 static void
-client_subsystem_reply(int type, int plen, void *ctxt)
+client_subsystem_reply(int type, int plen, u_int32_t seq, void *ctxt)
 {
        int id, len;
 
This page took 0.049992 seconds and 4 git commands to generate.