diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2009-06-14 17:33:46 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2009-06-14 17:33:46 +0000 |
commit | 6a33730340278c95cdbb912bf9ccdc3a88afb327 (patch) | |
tree | ac597fd71311762edcd7f0ccaa3db27f07785727 /crypto/openssl/fips/dsa/fips_dsa_lib.c | |
parent | 56983733aae4f7a2c06cbf59c81da67cde90790f (diff) | |
download | FreeBSD-src-6a33730340278c95cdbb912bf9ccdc3a88afb327.zip FreeBSD-src-6a33730340278c95cdbb912bf9ccdc3a88afb327.tar.gz |
When the KOBJMETHOD() macro was updated, it resulted in the
compiler doing argument type checking. Since the prototypes in
kgss_if.h used the generic gss_ctx_id_t for the context argument,
but the functions in sys/kgssapi/krb5/krb5_mech.c used the
KerberosV specific context argument, the file would no longer build.
This patch fixes it so it will build by replacing the argument with
a gss_ctx_id_t one and setting a local "struct krb5_context *" variable
to it for use by the function.
Reviewed by: dfr
Approved by: kib (mentor)
Diffstat (limited to 'crypto/openssl/fips/dsa/fips_dsa_lib.c')
0 files changed, 0 insertions, 0 deletions