X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wrap_iov.c;h=ccc9b161c1cfd9b62a6747e2e9d3ab07664e1f35;hb=2726871e0ab92938b385d2a1e6deef44ecb208b8;hp=3e0654bfc89622e45b276dd4605e2a0311459de1;hpb=4e9b3903aa48d12e358be75d1a7b3f37a2251d1b;p=mech_eap.git diff --git a/wrap_iov.c b/wrap_iov.c index 3e0654b..ccc9b16 100644 --- a/wrap_iov.c +++ b/wrap_iov.c @@ -32,3 +32,14 @@ #include "gssapiP_eap.h" +OM_uint32 +gss_wrap_iov(OM_uint32 *minor, + gss_ctx_id_t ctx, + int conf_req_flag, + gss_qop_t qop_req, + int *conf_state, + gss_iov_buffer_desc *iov, + int iov_count) +{ + GSSEAP_NOT_IMPLEMENTED; +}