This commit is contained in:
Love Hornquist Astrand
2010-11-25 19:20:26 -08:00
parent 11e7ed41fc
commit ab9267c04e
9 changed files with 168 additions and 51 deletions

View File

@@ -48,7 +48,7 @@
*/
GSSAPI_LIB_FUNCTION int GSSAPI_LIB_CALL
gss_oid_equal(const gss_OID a, const gss_OID b)
gss_oid_equal(gss_const_OID a, gss_const_OID b)
{
if (a == b && a != GSS_C_NO_OID)
return 1;