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)
downloadopenssh-git-31b49525168245abe16ad49d7b7f519786b53a38.tar.gz
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 c84b4e71..e727c0d6 100644
--- a/ssh_api.c
+++ b/ssh_api.c
@@ -29,6 +29,8 @@
#include "ssherr.h"
#include "sshbuf.h"
+#include "openbsd-compat/openssl-compat.h"
+
#include <string.h>
int _ssh_exchange_banner(struct ssh *);