summaryrefslogtreecommitdiff
path: root/third_party/heimdal/kdc/kdc_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/kdc/kdc_locl.h')
-rw-r--r--third_party/heimdal/kdc/kdc_locl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/heimdal/kdc/kdc_locl.h b/third_party/heimdal/kdc/kdc_locl.h
index 8418a91a0a4..767d04f5c8c 100644
--- a/third_party/heimdal/kdc/kdc_locl.h
+++ b/third_party/heimdal/kdc/kdc_locl.h
@@ -167,6 +167,7 @@ struct astgs_request_desc {
/* only valid for tgs-req */
unsigned int rk_is_subkey : 1;
unsigned int fast_asserted : 1;
+ unsigned int explicit_armor_present : 1;
krb5_crypto armor_crypto;
hdb_entry *armor_server;
@@ -174,6 +175,10 @@ struct astgs_request_desc {
krb5_ticket *armor_ticket;
Key *armor_key;
+ hdb_entry *explicit_armor_client;
+ HDB *explicit_armor_clientdb;
+ krb5_pac explicit_armor_pac;
+
KDCFastState fast;
};