const krb5_crypto_iov *data, size_t num_data,
krb5_data *output)
{
- const struct krb5_keytypes *ktp;
const struct krb5_enc_provider *enc = ctp->enc;
krb5_error_code ret;
unsigned char constantdata[K5CLENGTH];
/*
* gss_set_sec_context_option() methods
+ * (Disabled until we have something to populate the array.)
*/
#if 0
static struct {
const gss_OID desired_object,
const gss_buffer_t value)
{
+#if 0
size_t i;
+#endif
if (minor_status == NULL)
return GSS_S_CALL_INACCESSIBLE_WRITE;
OM_uint32 major_status;
krb5_gss_cred_id_t cred;
krb5_error_code kerr = 0;
- OM_uint32 temp_status;
struct krb5_gss_set_allowable_enctypes_req *req;
/* Assume a failure */
osa_policy_ent_t pol_entry)
{
int st = 0;
- char *pol_dn;
pol_entry->name = strdup(pol_name);
CHECK_NULL(pol_entry->name);