From 24cab593077f867e087e00d54113a57a4cd6268a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 12 Mar 2012 15:48:04 -0400 Subject: Kill SPKM3: remove spkm3 from common gssd code Signed-off-by: Simo Sorce Signed-off-by: Steve Dickson --- utils/gssd/context.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils/gssd/context.c') 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"); -- cgit