Updates/fixes to gssweb filter code.
[mod_auth_kerb.cvs/.git] / gss.h
diff --git a/gss.h b/gss.h
index cb6a74a..3e80755 100644 (file)
--- a/gss.h
+++ b/gss.h
@@ -58,8 +58,13 @@ typedef struct gss_conn_ctx_t {
     GSS_CTX_IN_PROGRESS,
     GSS_CTX_FAILED,
     GSS_CTX_ESTABLISHED,
-    GSS_CTX_ERROR,
   } state;
+  enum {
+    GSS_FILT_NEW,
+    GSS_FILT_INPROGRESS,
+    GSS_FILT_ERROR,
+  } filter_stat;
+
   char *user;
   gss_buffer_desc output_token;
   unsigned int nonce;