summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-05-12 09:57:25 +0000
committerColin Watson <cjwatson@debian.org>2006-05-12 09:57:25 +0000
commit67559978eeea7faffba4fbc0c1b54f1f630c7b62 (patch)
treea886d4b4f90dcf24daebfff35465ebf1e6d45629
parent3d12816421553143fc224a35609856383595bea4 (diff)
compiler warnings
-rw-r--r--selinux.c2
-rw-r--r--sshconnect2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/selinux.c b/selinux.c
index 697c2910a..6625c71d8 100644
--- a/selinux.c
+++ b/selinux.c
@@ -13,7 +13,7 @@
13 13
14extern Authctxt *the_authctxt; 14extern Authctxt *the_authctxt;
15 15
16static const security_context_t 16static security_context_t
17selinux_get_user_context(const char *name) 17selinux_get_user_context(const char *name)
18{ 18{
19 security_context_t user_context = NULL; 19 security_context_t user_context = NULL;
diff --git a/sshconnect2.c b/sshconnect2.c
index 3fb5df233..566571ae9 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -87,7 +87,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr)
87#ifdef GSSAPI 87#ifdef GSSAPI
88 char *orig, *gss = NULL; 88 char *orig, *gss = NULL;
89 int len; 89 int len;
90 char *gss_host; 90 char *gss_host = NULL;
91#endif 91#endif
92 92
93 xxx_host = host; 93 xxx_host = host;