diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -25,14 +25,16 @@ | |||
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | RCSID("$OpenBSD: monitor.c,v 1.64 2005/10/13 22:24:31 stevesk Exp $"); | 28 | RCSID("$OpenBSD: monitor.c,v 1.65 2006/02/08 12:15:27 stevesk Exp $"); |
29 | 29 | ||
30 | #include <openssl/dh.h> | 30 | #include <paths.h> |
31 | 31 | ||
32 | #ifdef SKEY | 32 | #ifdef SKEY |
33 | #include <skey.h> | 33 | #include <skey.h> |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #include <openssl/dh.h> | ||
37 | |||
36 | #include "ssh.h" | 38 | #include "ssh.h" |
37 | #include "auth.h" | 39 | #include "auth.h" |
38 | #include "kex.h" | 40 | #include "kex.h" |