summaryrefslogtreecommitdiffstats
path: root/kexdh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-22 10:49:52 +1100
committerDamien Miller <djm@mindrot.org>2019-01-22 10:49:52 +1100
commit2de9cec54230998ab10161576f77860a2559ccb7 (patch)
tree9ee70ce6c7d08cfe758207783977cd5f604ecfce /kexdh.c
parent533cfb01e49a2a30354e191669dc3159e03e99a7 (diff)
add missing header
Diffstat (limited to 'kexdh.c')
-rw-r--r--kexdh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexdh.c b/kexdh.c
index 6812add2..0b0b4d8a 100644
--- a/kexdh.c
+++ b/kexdh.c
@@ -33,6 +33,9 @@
#include <stdio.h>
#include <string.h>
+#include "openbsd-compat/openssl-compat.h"
+#include <openssh/dh.h>
+
#include "sshkey.h"
#include "kex.h"
#include "sshbuf.h"