summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kexecdh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexecdh.c b/kexecdh.c
index bcfa3b107..efb2e55a6 100644
--- a/kexecdh.c
+++ b/kexecdh.c
@@ -211,6 +211,8 @@ kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob,
211 211
212#else 212#else
213 213
214#include "ssherr.h"
215
214struct kex; 216struct kex;
215struct sshbuf; 217struct sshbuf;
216struct sshkey; 218struct sshkey;