summaryrefslogtreecommitdiffstats
path: root/kexecdh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-10-02 06:30:55 +0200
committerDarren Tucker <dtucker@dtucker.net>2019-10-02 06:30:55 +0200
commitfa5bd8107e0e2b3e1e184f55d0f9320c119f65f0 (patch)
treebbb2e10f44bc5fc76cf0a71c5140030206a18da9 /kexecdh.c
parentDeny (non-fatal) shmget/shmat/shmdt in preauth privsep child. (diff)
downloadopenssh-fa5bd8107e0e2b3e1e184f55d0f9320c119f65f0.tar.xz
openssh-fa5bd8107e0e2b3e1e184f55d0f9320c119f65f0.zip
Put ssherr.h back as it's actually needed.
Diffstat (limited to 'kexecdh.c')
-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,
#else
+#include "ssherr.h"
+
struct kex;
struct sshbuf;
struct sshkey;