summaryrefslogtreecommitdiffstats
path: root/kexdh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-22 10:50:40 +1100
committerDamien Miller <djm@mindrot.org>2019-01-22 10:50:40 +1100
commitd5520393572eb24aa0e001a1c61f49b104396e45 (patch)
tree694a3ec6e3468d76909e598db265944abcb2cf04 /kexdh.c
parent2de9cec54230998ab10161576f77860a2559ccb7 (diff)
typo
Diffstat (limited to 'kexdh.c')
-rw-r--r--kexdh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexdh.c b/kexdh.c
index 0b0b4d8a..67133e33 100644
--- a/kexdh.c
+++ b/kexdh.c
@@ -34,7 +34,7 @@
#include <string.h>
#include "openbsd-compat/openssl-compat.h"
-#include <openssh/dh.h>
+#include <openssl/dh.h>
#include "sshkey.h"
#include "kex.h"