summaryrefslogtreecommitdiffstats
path: root/auth-sia.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-03-26 04:12:44 +0200
committerDarren Tucker <dtucker@dtucker.net>2018-03-26 04:24:41 +0200
commit6b5a17bc14e896e3904dc58d889b58934cfacd24 (patch)
tree56f7df0abd19c8b68c67dfdb0bdbd2a5c178c033 /auth-sia.c
parentRemove UNICOS code missed during removal. (diff)
downloadopenssh-6b5a17bc14e896e3904dc58d889b58934cfacd24.tar.xz
openssh-6b5a17bc14e896e3904dc58d889b58934cfacd24.zip
Include ssh_api.h for struct ssh.
struct ssh is needed by implementations of sys_auth_passwd() that were converted in commit bba02a50. Needed to fix build on AIX, I assume for the other platforms too (although it should be harmless if not needed).
Diffstat (limited to 'auth-sia.c')
-rw-r--r--auth-sia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-sia.c b/auth-sia.c
index 051d152cf..7c97f03e5 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -36,6 +36,7 @@
#include <string.h>
#include "ssh.h"
+#include "ssh_api.h"
#include "key.h"
#include "hostfile.h"
#include "auth.h"