diff options
Diffstat (limited to 'kexecdhs.c')
-rw-r--r-- | kexecdhs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kexecdhs.c b/kexecdhs.c index 3a580aacf..ab8a2b1f9 100644 --- a/kexecdhs.c +++ b/kexecdhs.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kexecdhs.c,v 1.5 2013/07/19 07:37:48 markus Exp $ */ | 1 | /* $OpenBSD: kexecdhs.c,v 1.6 2013/11/02 22:10:15 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * Copyright (c) 2010 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2010 Damien Miller. All rights reserved. |
@@ -37,12 +37,10 @@ | |||
37 | #include "kex.h" | 37 | #include "kex.h" |
38 | #include "log.h" | 38 | #include "log.h" |
39 | #include "packet.h" | 39 | #include "packet.h" |
40 | #include "dh.h" | ||
41 | #include "ssh2.h" | 40 | #include "ssh2.h" |
42 | #ifdef GSSAPI | 41 | #ifdef GSSAPI |
43 | #include "ssh-gss.h" | 42 | #include "ssh-gss.h" |
44 | #endif | 43 | #endif |
45 | #include "monitor_wrap.h" | ||
46 | 44 | ||
47 | #ifdef OPENSSL_HAS_ECC | 45 | #ifdef OPENSSL_HAS_ECC |
48 | 46 | ||