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

Autoconfiscate GSS-API support, including support for manually disabling it.

[originally from svn r8318]
This commit is contained in:
Ben Harris
2008-11-22 22:49:27 +00:00
parent f45bfdbf1f
commit 7da40ece76
2 changed files with 15 additions and 2 deletions

View File

@ -1,10 +1,11 @@
#ifndef NO_GSSAPI
#include <string.h>
#include <gssapi/gssapi.h>
#include "putty.h"
#include "sshgss.h"
#include "misc.h"
#ifndef NO_GSSAPI
static gss_OID_desc gss_mech_krb5_desc =
{ 9, (void *)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x02" };
static gss_OID const gss_mech_krb5 = &gss_mech_krb5_desc;