diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index 7262a856f..ad35cb7ba 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.c,v 1.316 2018/07/09 21:20:26 markus Exp $ */ | 1 | /* $OpenBSD: clientloop.c,v 1.317 2018/07/11 18:53:29 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -95,7 +95,7 @@ | |||
95 | #include "compat.h" | 95 | #include "compat.h" |
96 | #include "channels.h" | 96 | #include "channels.h" |
97 | #include "dispatch.h" | 97 | #include "dispatch.h" |
98 | #include "key.h" | 98 | #include "sshkey.h" |
99 | #include "cipher.h" | 99 | #include "cipher.h" |
100 | #include "kex.h" | 100 | #include "kex.h" |
101 | #include "myproposal.h" | 101 | #include "myproposal.h" |