From 67559978eeea7faffba4fbc0c1b54f1f630c7b62 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 12 May 2006 09:57:25 +0000 Subject: compiler warnings --- selinux.c | 2 +- sshconnect2.c | 2 +- 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 @@ extern Authctxt *the_authctxt; -static const security_context_t +static security_context_t selinux_get_user_context(const char *name) { 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) #ifdef GSSAPI char *orig, *gss = NULL; int len; - char *gss_host; + char *gss_host = NULL; #endif xxx_host = host; -- cgit v1.2.3