summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/d1_both.c
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-06-14 17:33:46 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-06-14 17:33:46 +0000
commit6a33730340278c95cdbb912bf9ccdc3a88afb327 (patch)
treeac597fd71311762edcd7f0ccaa3db27f07785727 /crypto/openssl/ssl/d1_both.c
parent56983733aae4f7a2c06cbf59c81da67cde90790f (diff)
downloadFreeBSD-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/ssl/d1_both.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud