Use gss oid_set functions from mechglue
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20688 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -166,10 +166,10 @@ _gsskrb5_import_cred(OM_uint32 *minor_status, | ||||
|  | ||||
|  | ||||
|     if (id || keytab) { | ||||
| 	ret = _gsskrb5_create_empty_oid_set(minor_status, &handle->mechanisms); | ||||
| 	ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms); | ||||
| 	if (ret == GSS_S_COMPLETE) | ||||
| 	    ret = _gsskrb5_add_oid_set_member(minor_status, GSS_KRB5_MECHANISM, | ||||
| 					      &handle->mechanisms); | ||||
| 	    ret = gss_add_oid_set_member(minor_status, GSS_KRB5_MECHANISM, | ||||
| 					 &handle->mechanisms); | ||||
| 	if (ret != GSS_S_COMPLETE) { | ||||
| 	    kret = *minor_status; | ||||
| 	    goto out; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand