diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 12:28:53 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 12:28:53 +1000 |
commit | 2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911 (patch) | |
tree | f0d1934bef28247e2886e36081009e0eb378bec8 /kex.h | |
parent | f53429bebf0cc5e00f117f5602a30c58b55d7018 (diff) |
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
sig_atomic_t
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ | |||
26 | #ifndef KEX_H | 26 | #ifndef KEX_H |
27 | #define KEX_H | 27 | #define KEX_H |
28 | 28 | ||
29 | #include <signal.h> | ||
29 | #include <openssl/evp.h> | 30 | #include <openssl/evp.h> |
30 | #include "buffer.h" | 31 | #include "buffer.h" |
31 | #include "cipher.h" | 32 | #include "cipher.h" |