summaryrefslogtreecommitdiff
path: root/svr-kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-kex.c')
-rw-r--r--svr-kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-kex.c b/svr-kex.c
index e30a2d4..d9106a9 100644
--- a/svr-kex.c
+++ b/svr-kex.c
@@ -59,6 +59,7 @@ void recv_msg_kexdh_init() {
}
} else {
#ifdef DROPBEAR_ECDH
+ buffer *ecdh_qs = buf_getstringbuf(ses.payload);
#endif
}