diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-21 13:11:21 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-21 13:13:02 +0100 |
commit | b72357217cbe510a3ae155307a7be6b9181f1d1b (patch) | |
tree | 7af087b3509f86a304fc6fe3f658028541ef77e0 /kexdh.c | |
parent | upstream: use KEM API for vanilla DH KEX (diff) | |
download | openssh-b72357217cbe510a3ae155307a7be6b9181f1d1b.tar.xz openssh-b72357217cbe510a3ae155307a7be6b9181f1d1b.zip |
fixup missing ssherr.h
Diffstat (limited to 'kexdh.c')
-rw-r--r-- | kexdh.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include "kex.h" #include "sshbuf.h" #include "digest.h" +#include "ssherr.h" #include "dh.h" int |