1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows,

anyway.

[originally from svn r8327]
This commit is contained in:
Jacob Nevins 2008-11-24 23:56:55 +00:00
parent 81dafd906e
commit caf4100ff3

View File

@ -1,3 +1,5 @@
#include "puttyps.h"
#define SSH2_GSS_OIDTYPE 0x06
typedef void *Ssh_gss_ctx;
typedef void *Ssh_gss_name;