+Tue Feb 21 20:11:30 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * asn1_k_decode.h(asn1_decode_kvno, asn1_decode_krb_safe_body):
+ Removed duplicate declarations.
+
+ * asn1_k_decode.h(asn1_decode_passwdsequence,
+ asn1_decode_sequence_of_passwdsequence): Added missing
+ declarations.
+
+Thu Feb 16 19:29:59 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * asn1_k_encode.h(asn1_encode_enc_kdc_rep_part): Remove duplicate
+ declaration of asn1_encode_enc_kdc_rep_part.
+
Fri Feb 10 15:30:45 1995 Theodore Y. Ts'o <tytso@dcl>
* asn1_k_encode.c: Remove #include of krb5_encode.h (it's not
PROTOTYPE((asn1buf *buf, krb5_cksumtype *val));
asn1_error_code asn1_decode_enctype
PROTOTYPE((asn1buf *buf, krb5_enctype *val));
-asn1_error_code asn1_decode_kvno
- PROTOTYPE((asn1buf *buf, krb5_kvno *val));
asn1_error_code asn1_decode_octet
PROTOTYPE((asn1buf *buf, krb5_octet *val));
asn1_error_code asn1_decode_addrtype
PROTOTYPE((asn1buf *buf, krb5_address *val));
asn1_error_code asn1_decode_kdc_rep
PROTOTYPE((asn1buf *buf, krb5_kdc_rep *val));
-asn1_error_code asn1_decode_krb_safe_body
- PROTOTYPE((asn1buf *buf, krb5_safe *val));
asn1_error_code asn1_decode_last_req_entry
PROTOTYPE((asn1buf *buf, krb5_last_req_entry *val));
asn1_error_code asn1_decode_authdata_elt
asn1_error_code asn1_decode_pa_data
PROTOTYPE((asn1buf *buf, krb5_pa_data *val));
+asn1_error_code asn1_decode_passwdsequence
+ PROTOTYPE((asn1buf *buf, passwd_phrase_element *val));
+
/* arrays */
asn1_error_code asn1_decode_authorization_data
PROTOTYPE((asn1buf *buf, krb5_authdata ***val));
asn1_error_code asn1_decode_sequence_of_enctype
PROTOTYPE((asn1buf *buf, int *num, krb5_enctype **val));
+asn1_error_code asn1_decode_sequence_of_passwdsequence
+ PROTOTYPE((asn1buf *buf, passwd_phrase_element ***val));
+
+
#endif
asn1_encode_authorization_data
asn1_encode_krb5_authdata_elt
asn1_encode_kdc_rep
- asn1_encode_enc_kdc_rep_part
asn1_encode_ticket
asn1_encode_encryption_key
asn1_encode_checksum
PROTOTYPE((asn1buf *buf, const krb5_last_req_entry **val,
int *retlen));
-asn1_error_code asn1_encode_enc_kdc_rep_part
- PROTOTYPE((asn1buf *buf, const krb5_enc_kdc_rep_part *val,
- int *retlen));
-
asn1_error_code asn1_encode_sequence_of_pa_data
PROTOTYPE((asn1buf *buf, const krb5_pa_data **val, int *retlen));