X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=compare_name.c;h=1da4d986139461e9d7b991f85c809b05ddad0954;hb=refs%2Fheads%2Fddf-name;hp=6c4af98610d03434f95aa16e78b843fb3a0cb7ae;hpb=2726871e0ab92938b385d2a1e6deef44ecb208b8;p=mech_eap.orig diff --git a/compare_name.c b/compare_name.c index 6c4af98..1da4d98 100644 --- a/compare_name.c +++ b/compare_name.c @@ -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 @@ -30,6 +30,10 @@ * SUCH DAMAGE. */ +/* + * Compare two names. + */ + #include "gssapiP_eap.h" OM_uint32 @@ -38,5 +42,5 @@ gss_compare_name(OM_uint32 *minor, gss_name_t name2, int *name_equal) { - GSSEAP_NOT_IMPLEMENTED; + return gssEapCompareName(minor, name1, name2, name_equal); }