summaryrefslogtreecommitdiffstats
path: root/src/asn1c/GSSSessionData.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-06-13 18:02:45 -0400
committerSimo Sorce <simo@redhat.com>2015-06-13 18:34:04 -0400
commit83930b81b95c3dbb650e5878ec4ecacde7947733 (patch)
tree028cf179c33bfc8c9c5ad46c4b0ea85b7cb556ad /src/asn1c/GSSSessionData.h
parentc4aa3d46e334461988acf17596fd34a6baa82aa3 (diff)
Actually store basic_hash in the session data
Also fixes a segfault when mc->basic_hash.value is NULL Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/asn1c/GSSSessionData.h')
-rw-r--r--src/asn1c/GSSSessionData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asn1c/GSSSessionData.h b/src/asn1c/GSSSessionData.h
index 423996f..53556d8 100644
--- a/src/asn1c/GSSSessionData.h
+++ b/src/asn1c/GSSSessionData.h
@@ -28,6 +28,7 @@ typedef struct GSSSessionData {
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;