Commit an overly-large chunk of work.
[gssweb.git] / json_gssapi / src / commands / GSSWrap.h
index aba5a65..e7f27c6 100644 (file)
@@ -44,6 +44,7 @@ public:
     int getConfReq() const { return(conf_req); }
     gss_qop_t getQopReq() const { return(qop_req); }
     GSSBuffer getInputMessage () const { return(inputMessage); }
+    gss_ctx_id_t getContext() const { return(context); }
     
 private:
     gss_wrap_type function;