k5unseal.c (kg_unseal): Clean up lint warnings
authorTheodore Tso <tytso@mit.edu>
Thu, 2 Jul 1998 22:24:56 +0000 (22:24 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 2 Jul 1998 22:24:56 +0000 (22:24 +0000)
commit3c047f859f1c3868eeff3d8668fff01ef193cd08
tree81a896c4ce51bf7c7010df9e2186ecc084dbc023
parentc869683e808e9b3114d53db7a3cd3847d16fea11
k5unseal.c (kg_unseal):  Clean up lint warnings

accept_sec_context.c (krb5_gss_accept_sec_context): Don't return an
error token if we can't provide the server name to the KRB5 error
structure (because cred isn't initialized).

gssapi_krb5.c, gssapi_krb5.h: Export the oid of static arrays as
krb5_gss_oid_array since it's needed by gss_import_sec_context.

import_sec_context.c: Fix up the OID of the mechanism in the imported
security context so that we use the static OID if at all possible.
This is needed since gss_inquire_context() must return a static OID.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10618 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/accept_sec_context.c
src/lib/gssapi/krb5/gssapi_krb5.c
src/lib/gssapi/krb5/gssapi_krb5.h
src/lib/gssapi/krb5/import_sec_context.c
src/lib/gssapi/krb5/k5unseal.c