summaryrefslogtreecommitdiffstats
path: root/utils/gssd/context.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-12 15:48:04 -0400
committerSteve Dickson <steved@redhat.com>2012-03-12 15:56:07 -0400
commit24cab593077f867e087e00d54113a57a4cd6268a (patch)
treeb4f0d7112389eaf0f13173c2fa31232770aaacaf /utils/gssd/context.c
parent9810f3cc1e5a95ae756948ecbebfdedbcdde82b0 (diff)
downloadnfs-utils-24cab593077f867e087e00d54113a57a4cd6268a.tar.gz
nfs-utils-24cab593077f867e087e00d54113a57a4cd6268a.tar.xz
nfs-utils-24cab593077f867e087e00d54113a57a4cd6268a.zip
Kill SPKM3: remove spkm3 from common gssd code
Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/context.c')
-rw-r--r--utils/gssd/context.c4
1 files changed, 0 insertions, 4 deletions
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");