mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
The implementation of the TKTBODY ASN.1 functions was missing.
This commit is contained in:
parent
7be96d7c9f
commit
26eaab0990
@ -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 New Issue
Block a user