X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fgssd%2Fcontext.c;h=fee7da27906e94b990fb7c49d73bf4f27a7003ac;hb=d3143a07f71a7177aca9391dcf50be46ef9d5eea;hp=1e50bbfd85d6073c8bea39e2ae84d36c0ee5fec9;hpb=2dd083c5bdb5b38729b46dc65c886c77aa5a82b9;p=nfs-utils.git diff --git a/utils/gssd/context.c b/utils/gssd/context.c index 1e50bbf..fee7da2 100644 --- a/utils/gssd/context.c +++ b/utils/gssd/context.c @@ -51,10 +51,6 @@ serialize_context_for_kernel(gss_ctx_id_t ctx, { if (g_OID_equal(&krb5oid, mech)) return serialize_krb5_ctx(ctx, buf, endtime); -#ifdef HAVE_SPKM3_H - else if (g_OID_equal(&spkm3oid, mech)) - return serialize_spkm3_ctx(ctx, buf, endtime); -#endif else { printerr(0, "ERROR: attempting to serialize context with " "unknown/unsupported mechanism oid\n");