curl_gssapi.c fmt

This commit is contained in:
Viktor Szakats 2026-07-28 16:59:24 +02:00
parent bb933a50b4
commit 4cc499f532
No known key found for this signature in database

View file

@ -437,10 +437,9 @@ static OM_uint32 stub_gss_indicate_mechs(
#ifdef HAVE_GSS_SET_NEG_MECHS /* MIT Kerberos 1.8+ (2010-03-02),
missing from Apple GSS, GNU GSS */
static OM_uint32 stub_gss_set_neg_mechs(
OM_uint32 *min,
gss_cred_id_t cred_handle,
const gss_OID_set mech_set)
static OM_uint32 stub_gss_set_neg_mechs(OM_uint32 *min,
gss_cred_id_t cred_handle,
const gss_OID_set mech_set)
{
struct stub_gss_cred_id_t_desc *cred;
size_t i;