X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=util_crypt.c;h=f35939b419f4de6a8d01516b0bfecd9e8c2bf4c2;hp=207dd8182fa4257369e6d061f0067bb06afec453;hb=d4fe7ce93304facaf069792c347b01b25ab765ae;hpb=e01007b518ad7622d72c2ecc20f45a6183495707 diff --git a/util_crypt.c b/util_crypt.c index 207dd81..f35939b 100644 --- a/util_crypt.c +++ b/util_crypt.c @@ -316,7 +316,7 @@ gssEapLocateIov(gss_iov_buffer_desc *iov, int iov_count, OM_uint32 type) } void -gssEapIovMessageLnegth(gss_iov_buffer_desc *iov, +gssEapIovMessageLength(gss_iov_buffer_desc *iov, int iov_count, size_t *data_length_p, size_t *assoc_data_length_p) @@ -394,4 +394,3 @@ gssEapAllocIov(gss_iov_buffer_t iov, size_t size) return 0; } -