1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Change the Unix version of Ssh_gss_name to be a gss_name_t rather than

void *, and hence eliminate a few casts.  The Windows definition is
unchanged, but I daresay I've managed to stop it compiling nonetheless.

[originally from svn r8359]
This commit is contained in:
Ben Harris
2008-12-01 21:18:29 +00:00
parent 70df860c8d
commit 5d0d5e0466
4 changed files with 5 additions and 5 deletions

View File

@ -118,6 +118,7 @@ typedef struct Ssh_gss_buf {
} Ssh_gss_buf;
#define SSH_GSS_EMPTY_BUF (Ssh_gss_buf) {0,NULL}
typedef void *Ssh_gss_name;
#endif
/*