Actually store basic_hash in the session data
[mod_auth_gssapi.git] / src / asn1c / GSSSessionData.h
index 423996f..53556d8 100644 (file)
@@ -28,6 +28,7 @@ typedef struct GSSSessionData {
        Uint32_t         expiration;
        OCTET_STRING_t   username;
        OCTET_STRING_t   gssname;
        Uint32_t         expiration;
        OCTET_STRING_t   username;
        OCTET_STRING_t   gssname;
+       OCTET_STRING_t   basichash;
        
        /* Context for parsing across buffer boundaries */
        asn_struct_ctx_t _asn_ctx;
        
        /* Context for parsing across buffer boundaries */
        asn_struct_ctx_t _asn_ctx;