1
0
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:
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

@ -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
/*