From fa5bd8107e0e2b3e1e184f55d0f9320c119f65f0 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 2 Oct 2019 14:30:55 +1000 Subject: Put ssherr.h back as it's actually needed. --- kexecdh.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kexecdh.c') 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, #else +#include "ssherr.h" + struct kex; struct sshbuf; struct sshkey; -- cgit v1.2.3