X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=mech_eap%2Futil_shib.h;fp=mech_eap%2Futil_shib.h;h=38c594d050cc0cc3b971ae9ce5f47923e5aa8223;hp=92198b0e1c7e7d3964be329f94cfbaeddfad9673;hb=05b9c3e976e8f9da98eb18b5c4a878b54759ae6d;hpb=65946775ad725b55c82c4a4f61091340ffc72e32 diff --git a/mech_eap/util_shib.h b/mech_eap/util_shib.h index 92198b0..38c594d 100644 --- a/mech_eap/util_shib.h +++ b/mech_eap/util_shib.h @@ -76,9 +76,9 @@ public: void releaseAnyNameMapping(gss_buffer_t type_id, gss_any_t input) const; - void exportToBuffer(gss_buffer_t buffer) const; - bool initFromBuffer(const gss_eap_attr_ctx *ctx, - const gss_buffer_t buffer); + bool unmarshallAndInit(const gss_eap_attr_ctx *manager, + DDF &object GSSEAP_UNUSED); + DDF marshall(void) const; static bool init(void); static void finalize(void);