use gss_krb5_get_subkey() instead of gss_krb5_get_{local,remote}key()
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -278,7 +278,7 @@ gss_verify_mic_internal | ||||
|     OM_uint32 ret; | ||||
|     krb5_keytype keytype; | ||||
|  | ||||
|     ret = gss_krb5_get_remotekey(context_handle, &key); | ||||
|     ret = gss_krb5_get_subkey(context_handle, &key); | ||||
|     if (ret) { | ||||
| 	gssapi_krb5_set_error_string (); | ||||
| 	*minor_status = ret; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Luke Howard
					Luke Howard