X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=add_cred_with_password.c;h=790713813b3adeb1ed0efb9cf9fbe4d34093d997;hb=refs%2Fheads%2Fddf-name;hp=d1aae6cfd3f0db3e015b3c7600b3f5c23aebc297;hpb=646a981cdd5c439b4b4fa5dde8f742a1a2a05b43;p=mech_eap.orig diff --git a/add_cred_with_password.c b/add_cred_with_password.c index d1aae6c..7907138 100644 --- a/add_cred_with_password.c +++ b/add_cred_with_password.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, JANET(UK) + * Copyright (c) 2011, JANET(UK) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,11 +30,15 @@ * SUCH DAMAGE. */ +/* + * Wrapper for acquiring a credential handle using a password. + */ + #include "gssapiP_eap.h" OM_uint32 gss_add_cred_with_password(OM_uint32 *minor, - const gss_cred_id_t input_cred_handle, + const gss_cred_id_t input_cred_handle GSSEAP_UNUSED, const gss_name_t desired_name, const gss_OID desired_mech, const gss_buffer_t password, @@ -50,6 +54,7 @@ gss_add_cred_with_password(OM_uint32 *minor, OM_uint32 time_req, time_rec = 0; gss_OID_set_desc mechs; + *minor = 0; *output_cred_handle = GSS_C_NO_CREDENTIAL; if (cred_usage == GSS_C_ACCEPT)