[openssh-commits] [openssh] 01/01: Put ssherr.h back as it's actually needed.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 2 14:31:23 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fa5bd8107e0e2b3e1e184f55d0f9320c119f65f0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Oct 2 14:30:55 2019 +1000
Put ssherr.h back as it's actually needed.
---
kexecdh.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kexecdh.c b/kexecdh.c
index bcfa3b10..efb2e55a 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;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list