add oid_to_str and test_oid

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17682 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-22 04:17:11 +00:00
parent 538bdde6d9
commit 8da931953b
2 changed files with 8 additions and 6 deletions

View File

@@ -67,14 +67,15 @@ libgssapi_la_SOURCES = \
inquire_cred_by_mech.c \
inquire_mechs_for_name.c \
inquire_names_for_mech.c \
oid_to_str.c \
process_context_token.c \
release_buffer.c \
release_cred.c \
release_name.c \
release_oid_set.c \
sequence.c \
process_context_token.c \
ticket_flags.c \
test_oid_set_member.c \
ticket_flags.c \
unwrap.c \
v1.c \
verify_mic.c \
@@ -90,7 +91,7 @@ spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
$(libgssapi_la_OBJECTS): spnego_asn1.h
TESTS = test_sequence
TESTS = test_sequence test_oid
check_PROGRAMS = test_acquire_cred $(TESTS)