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:
@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user