diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-22 00:50:40 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 00:50:40 +0100 |
commit | d5520393572eb24aa0e001a1c61f49b104396e45 (patch) | |
tree | 694a3ec6e3468d76909e598db265944abcb2cf04 /kexdh.c | |
parent | add missing header (diff) | |
download | openssh-d5520393572eb24aa0e001a1c61f49b104396e45.tar.xz openssh-d5520393572eb24aa0e001a1c61f49b104396e45.zip |
typo
Diffstat (limited to 'kexdh.c')
-rw-r--r-- | kexdh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |