summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kexdh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexdh.c b/kexdh.c
index 0b0b4d8a4..67133e339 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"