X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=blobdiff_plain;f=json_gssapi%2Fsrc%2Fcommands%2FGSSInitSecContext.h;fp=json_gssapi%2Fsrc%2Fcommands%2FGSSInitSecContext.h;h=bb1b2a389b3f5f0a56b3d551e07762563dda2539;hp=4761b1b3406094d367c2f9d0bd28eb484b12c5b0;hb=239e540054c07e7bf92f4e8b742eeed1b1df5736;hpb=9c888b5b5a5b06abd81f1ea348270e01a0435f1c diff --git a/json_gssapi/src/commands/GSSInitSecContext.h b/json_gssapi/src/commands/GSSInitSecContext.h index 4761b1b..bb1b2a3 100644 --- a/json_gssapi/src/commands/GSSInitSecContext.h +++ b/json_gssapi/src/commands/GSSInitSecContext.h @@ -37,6 +37,7 @@ #include "GSSCommand.h" #include +#include #include #include #include @@ -100,6 +101,9 @@ private: GSSOID actualMechType; GSSName targetName; std::string contextKey; + GSSCredential claimantCred; + + JSONObject *values; }; #endif // GSSINITSECCONTEXT_H