diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
commit | 99b402ea4c8457b0a3cafff37f5b3410a8dc6476 (patch) | |
tree | 1d24ce54c9981ea8cbb4c5a9309964a0e4c4b320 /kex.h | |
parent | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff) | |
parent | 54af7a4ae8d455791a631bdfaade4b64436ae16a (diff) |
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ struct Kex { | |||
126 | int gss_deleg_creds; | 126 | int gss_deleg_creds; |
127 | int gss_trust_dns; | 127 | int gss_trust_dns; |
128 | char *gss_host; | 128 | char *gss_host; |
129 | char *gss_client; | ||
129 | #endif | 130 | #endif |
130 | char *client_version_string; | 131 | char *client_version_string; |
131 | char *server_version_string; | 132 | char *server_version_string; |