summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-02 10:54:28 +1000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:54:28 +1000
commitedd1d3a6261aecbf9a55944fd7be1db83571b46e (patch)
treebebd81104eda00c6b432ecb50122fb007338fc1b /auth.h
parent13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff)
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 04ad99ffb..becc672b5 100644
--- a/auth.h
+++ b/auth.h
@@ -234,7 +234,7 @@ pid_t subprocess(const char *, struct passwd *,
234int sys_auth_passwd(struct ssh *, const char *); 234int sys_auth_passwd(struct ssh *, const char *);
235 235
236#if defined(KRB5) && !defined(HEIMDAL) 236#if defined(KRB5) && !defined(HEIMDAL)
237#include <krb5.h>
238krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *); 237krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
239#endif 238#endif
240#endif 239
240#endif /* AUTH_H */