diff options
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.c,v 1.73 2006/07/26 02:35:17 stevesk Exp $ */ | 1 | /* $OpenBSD: kex.c,v 1.74 2006/07/26 13:57:17 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -29,6 +29,7 @@ | |||
29 | 29 | ||
30 | #include <openssl/crypto.h> | 30 | #include <openssl/crypto.h> |
31 | 31 | ||
32 | #include <stdlib.h> | ||
32 | #include <string.h> | 33 | #include <string.h> |
33 | 34 | ||
34 | #include "ssh2.h" | 35 | #include "ssh2.h" |