X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fasn1c%2FGSSSessionData.h;h=423996f028c0e441217e099c158ae2f092f2d0ea;hp=b4e2e456c54ef9c97a3c38c1fd217abef1067033;hb=8cabd1e6ac6c300f7e603cd61f1a8a7a7da7fb8f;hpb=abd7c2e0ce5bd17997fb4c05eb2c7453060c0a3a diff --git a/src/asn1c/GSSSessionData.h b/src/asn1c/GSSSessionData.h index b4e2e45..423996f 100644 --- a/src/asn1c/GSSSessionData.h +++ b/src/asn1c/GSSSessionData.h @@ -12,6 +12,7 @@ #include /* Including external dependencies */ +#include #include "Uint32.h" #include #include @@ -22,6 +23,8 @@ extern "C" { /* GSSSessionData */ typedef struct GSSSessionData { + BOOLEAN_t established; + BOOLEAN_t delegated; Uint32_t expiration; OCTET_STRING_t username; OCTET_STRING_t gssname;