summaryrefslogtreecommitdiff
path: root/ssh_api.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-10-22 20:05:18 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-10-22 20:05:18 +1100
commit31b49525168245abe16ad49d7b7f519786b53a38 (patch)
treeac7934ea8174ddd8499489b966151f51db7a12d7 /ssh_api.c
parenta4fc253f5f44f0e4c47aafe2a17d2c46481d3c04 (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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh_api.c b/ssh_api.c
index c84b4e713..e727c0d69 100644
--- a/ssh_api.c
+++ b/ssh_api.c
@@ -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
34int _ssh_exchange_banner(struct ssh *); 36int _ssh_exchange_banner(struct ssh *);