diff options
-rw-r--r-- | selinux.c | 2 | ||||
-rw-r--r-- | sshconnect2.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | extern Authctxt *the_authctxt; | 14 | extern Authctxt *the_authctxt; |
15 | 15 | ||
16 | static const security_context_t | 16 | static security_context_t |
17 | selinux_get_user_context(const char *name) | 17 | selinux_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; |