summaryrefslogtreecommitdiff
path: root/ssh_api.c
diff options
context:
space:
mode:
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 *);