prefix cfx symbols with _gssapi_
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12692 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -304,8 +304,9 @@ gss_verify_mic_internal | ||||
| 	break; | ||||
|     default : | ||||
| #ifdef HAVE_GSSAPI_CFX | ||||
| 	ret = verify_mic_cfx (minor_status, context_handle, | ||||
| 			      message_buffer, token_buffer, qop_state, key); | ||||
| 	ret = _gssapi_verify_mic_cfx (minor_status, context_handle, | ||||
| 				      message_buffer, token_buffer, qop_state, | ||||
| 				      key); | ||||
| #else | ||||
| 	*minor_status = (OM_uint32)KRB5_PROG_ETYPE_NOSUPP; | ||||
| 	ret = GSS_S_FAILURE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand