diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-10-22 20:05:18 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-10-22 20:05:18 +1100 |
commit | 31b49525168245abe16ad49d7b7f519786b53a38 (patch) | |
tree | ac7934ea8174ddd8499489b966151f51db7a12d7 /ssh_api.c | |
parent | a4fc253f5f44f0e4c47aafe2a17d2c46481d3c04 (diff) |
Include openssl compatibility.
Patch from rosenp at gmail.com via openssh-unix-dev.
Diffstat (limited to 'ssh_api.c')
-rw-r--r-- | ssh_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ | |||
29 | #include "ssherr.h" | 29 | #include "ssherr.h" |
30 | #include "sshbuf.h" | 30 | #include "sshbuf.h" |
31 | 31 | ||
32 | #include "openbsd-compat/openssl-compat.h" | ||
33 | |||
32 | #include <string.h> | 34 | #include <string.h> |
33 | 35 | ||
34 | int _ssh_exchange_banner(struct ssh *); | 36 | int _ssh_exchange_banner(struct ssh *); |