prefix all sequence symbols with _, they are not part of the GSS-API api. By comment from Wynn Wilkes <wynnw@vintela.com>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -116,7 +116,7 @@ verify_mic_des
|
||||
return GSS_S_BAD_MIC;
|
||||
}
|
||||
|
||||
ret = gssapi_msg_order_check(context_handle->order, seq_number);
|
||||
ret = _gssapi_msg_order_check(context_handle->order, seq_number);
|
||||
if (ret) {
|
||||
HEIMDAL_MUTEX_unlock(&context_handle->ctx_id_mutex);
|
||||
return ret;
|
||||
@@ -221,7 +221,7 @@ retry:
|
||||
return GSS_S_BAD_MIC;
|
||||
}
|
||||
|
||||
ret = gssapi_msg_order_check(context_handle->order, seq_number);
|
||||
ret = _gssapi_msg_order_check(context_handle->order, seq_number);
|
||||
if (ret) {
|
||||
krb5_crypto_destroy (gssapi_krb5_context, crypto);
|
||||
*minor_status = 0;
|
||||
|
Reference in New Issue
Block a user