diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-22 10:49:52 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 10:49:52 +1100 |
commit | 2de9cec54230998ab10161576f77860a2559ccb7 (patch) | |
tree | 9ee70ce6c7d08cfe758207783977cd5f604ecfce | |
parent | 533cfb01e49a2a30354e191669dc3159e03e99a7 (diff) |
add missing header
-rw-r--r-- | kexdh.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ | |||
33 | #include <stdio.h> | 33 | #include <stdio.h> |
34 | #include <string.h> | 34 | #include <string.h> |
35 | 35 | ||
36 | #include "openbsd-compat/openssl-compat.h" | ||
37 | #include <openssh/dh.h> | ||
38 | |||
36 | #include "sshkey.h" | 39 | #include "sshkey.h" |
37 | #include "kex.h" | 40 | #include "kex.h" |
38 | #include "sshbuf.h" | 41 | #include "sshbuf.h" |