On Fri Aug 19 08:32:04 2022 +0000, Konstantin wrote:
Do you mean this?
if ( status == SEC_E_OK || status == SEC_I_CONTINUE_NEEDED ) *new_context = create_context_handle( context_handle, new_context_handle ); if (!status) { *mapped_context = TRUE;
Yes.