From: Tom Yu Date: Tue, 18 Sep 2007 03:38:29 +0000 (+0000) Subject: pull up r19880 from trunk X-Git-Tag: krb5-1.6.3-beta1~6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7d63fef3769e24a53d5fe62a2622c61e43f901b4;p=krb5.git pull up r19880 from trunk r19880@cathode-dark-space: epeisach | 2007-08-26 08:30:24 -0400 ticket: 5617 Change use of choice_pa_pk_as_rep_UNKNOWN to choice_pa_pk_as_rep_draft9_UNKNOWN to cleanup warning... Value of enum same in both cases... ticket: 5617 version_fixed: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19946 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/asn1_k_decode.c b/src/lib/krb5/asn.1/asn1_k_decode.c index 67c7f30cd..f0aca49eb 100644 --- a/src/lib/krb5/asn.1/asn1_k_decode.c +++ b/src/lib/krb5/asn.1/asn1_k_decode.c @@ -1523,7 +1523,7 @@ asn1_error_code asn1_decode_pa_pk_as_rep_draft9(asn1buf *buf, krb5_pa_pk_as_rep_ get_lenfield(val->u.encKeyPack.length, val->u.encKeyPack.data, choice_pa_pk_as_rep_draft9_encKeyPack, asn1_decode_octetstring); } else { - val->choice = choice_pa_pk_as_rep_UNKNOWN; + val->choice = choice_pa_pk_as_rep_draft9_UNKNOWN; } end_structure(); }