Add dictionary file with UKERNA attributes
[mech_eap.orig] / import_name.c
index 152bb21..d20d75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, JANET(UK)
+ * Copyright (c) 2011, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * SUCH DAMAGE.
  */
 
+/*
+ * Deserialise a name.
+ */
+
 #include "gssapiP_eap.h"
 
 OM_uint32
@@ -38,5 +42,6 @@ gss_import_name(OM_uint32 *minor,
                 gss_OID input_name_type,
                 gss_name_t *output_name)
 {
-    GSSEAP_NOT_IMPLEMENTED;
+    return gssEapImportName(minor, import_name_buffer,
+                            input_name_type, output_name);
 }