The implementation of the TKTBODY ASN.1 functions was missing.
This commit is contained in:
parent
7be96d7c9f
commit
26eaab0990
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ ASN1_SEQUENCE(KRB5_TKTBODY) = {
|
|||
ASN1_EXP(KRB5_TKTBODY, encdata, KRB5_ENCDATA, 3)
|
||||
} ASN1_SEQUENCE_END(KRB5_TKTBODY)
|
||||
|
||||
IMPLEMENT_ASN1_FUNCTIONS(KRB5_TKTBODY)
|
||||
|
||||
|
||||
ASN1_ITEM_TEMPLATE(KRB5_TICKET) =
|
||||
ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION, 1,
|
||||
KRB5_TICKET, KRB5_TKTBODY)
|
||||
|
|
Loading…
Reference in a new issue