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 6cf9f9b7a..e4db59bcc 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.156 2001/12/28 14:50:54 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.157 2001/12/28 15:06:00 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -1014,7 +1014,7 @@ ssh_session(void)
1014} 1014}
1015 1015
1016static void 1016static void
1017client_subsystem_reply(int type, int plen, u_int32_t seq, void *ctxt) 1017client_subsystem_reply(int type, u_int32_t seq, void *ctxt)
1018{ 1018{
1019 int id, len; 1019 int id, len;
1020 1020