From: Darren Tucker Date: Wed, 2 Oct 2019 04:30:55 +0000 (+1000) Subject: Put ssherr.h back as it's actually needed. X-Git-Tag: V_8_1_P1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5bd8107e0e2b3e1e184f55d0f9320c119f65f0;p=thirdparty%2Fopenssh-portable.git Put ssherr.h back as it's actually needed. --- 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;