mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 20:12: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:
@ -67,6 +67,7 @@ extern long tickcount_offset;
|
||||
#include <gssapi/gssapi.h>
|
||||
typedef gss_buffer_desc Ssh_gss_buf;
|
||||
#define SSH_GSS_EMPTY_BUF GSS_C_EMPTY_BUFFER
|
||||
typedef gss_name_t Ssh_gss_name;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user