+Tue Sep 27 23:31:50 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * krb5_encode.c (encode_krb5_enc_kdc_rep_part): = should have been
+ == in commented-out code. Get it right for the future...
+
Wed Sep 21 00:18:12 1994 Theodore Y. Ts'o (tytso@dcl)
* krb5_decode.c (decode_krb5_authdata): Initialize variable where
#ifdef KRB5_ENCKRB5KDCREPPART_COMPAT
krb5_apptag(26);
#else
- if(rep->msg_type = KRB5_AS_REP){ krb5_apptag(ASN1_KRB_AS_REP); }
- else if(rep->msg_type = KRB5_TGS_REP){ krb5_apptag(ASN1_KRB_TGS_REP); }
+ if (rep->msg_type == KRB5_AS_REP) { krb5_apptag(ASN1_KRB_AS_REP); }
+ else if (rep->msg_type == KRB5_TGS_REP) { krb5_apptag(ASN1_KRB_TGS_REP); }
else return KRB5_BADMSGTYPE;
#endif
krb5_cleanup();