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
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();
}