Makefile.in: "make check" depends on krb5_decode_test and
authorTheodore Tso <tytso@mit.edu>
Wed, 19 Oct 1994 14:37:37 +0000 (14:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 19 Oct 1994 14:37:37 +0000 (14:37 +0000)
commitfbdface758e576c2a250adec3f4aac5566f10900
tree72759dc0c0d6b078f2716beea8b73fe6445d2987
parent4115550cea9a98cf647be00c618cddf3e21dba97
Makefile.in: "make check" depends on krb5_decode_test and
krb5_encode_test being up to date.

ktest_equal.c: Don't segfault if one of the arguments is NULL and the
other is not in array_compare.

krb5_decode_test.c: Use krb5_init_ets() instead of explicitly naming
the error tables to initialize.

utility.c: Remove unused routine, and return EINVAL instead of
ASN1_PARSE_ERROR in krb5_data_hex_parse, since the ASN1 error codes
aren't defined if the ISODE routines are being used.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4534 dc483132-0cff-0310-8789-dd5450dbe970
src/tests/asn.1/ChangeLog
src/tests/asn.1/Makefile.in
src/tests/asn.1/krb5_decode_test.c
src/tests/asn.1/ktest_equal.c
src/tests/asn.1/utility.c