aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/krb5
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-11 15:29:33 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-11 15:29:33 +0000
commit26eaab0990a5aeec799118987ba7bd2d917836af (patch)
treebfd9502fccbd28777293a45f2596cb7d9bf45889 /crypto/krb5
parent7be96d7c9fcff0cd06ef08d0d561d41e3067280e (diff)
downloadopenssl-26eaab0990a5aeec799118987ba7bd2d917836af.tar.gz
The implementation of the TKTBODY ASN.1 functions was missing.
Diffstat (limited to 'crypto/krb5')
-rw-r--r--crypto/krb5/krb5_asn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/krb5/krb5_asn.c b/crypto/krb5/krb5_asn.c
index 08d169ba52..1fb741d2a0 100644
--- a/crypto/krb5/krb5_asn.c
+++ b/crypto/krb5/krb5_asn.c
@@ -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)