diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.42 2006/04/20 09:27:09 djm Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.43 2006/07/23 01:11:05 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -28,6 +28,9 @@ | |||
28 | 28 | ||
29 | #include <signal.h> | 29 | #include <signal.h> |
30 | #include <openssl/evp.h> | 30 | #include <openssl/evp.h> |
31 | |||
32 | #include <signal.h> | ||
33 | |||
31 | #include "buffer.h" | 34 | #include "buffer.h" |
32 | #include "cipher.h" | 35 | #include "cipher.h" |
33 | #include "key.h" | 36 | #include "key.h" |