]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/gssd/svcgssd_mech2file.c
Kill SPKM3: Remove spkm3 references from svcgssd
[nfs-utils.git] / utils / gssd / svcgssd_mech2file.c
index 22c3ed8c3404d6bb5fcffeaf89eaac3bffa6862e..a3177f6ff8ab7e0ee5eef7c830ce2c2042553c3c 100644 (file)
@@ -34,7 +34,9 @@
 
 */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif /* HAVE_CONFIG_H */
 
 #include <gssapi/gssapi.h>
 #include <string.h>
@@ -51,7 +53,6 @@ struct mech2file {
 
 struct mech2file m2f[] = {
        {{9, "\052\206\110\206\367\022\001\002\002"}, "krb5"},
-       {{7, "\053\006\001\005\005\001\003"}, "spkm3"},
        {{7, "\053\006\001\005\005\001\009"}, "lipkey"},
        {{0,0},""},
 };