Files
heimdal/lib
Jeffrey Altman 0a088b9b61 lib/krb5: make_pa_tgs_req do not pass ptr to in param to allocator
_krb5_mk_req_internal() accepts a (krb5_auth_context *) because
it can allocate and return a krb5_auth_context to the caller.
mkae_pa_tgs_req() should never be called with a non-NULL
krb5_auth_context but to avoid confusion, alter the signature
to accept a (krb5_auth_context *) instead of (krb5_auth_context)
so _krb5_mk_req_internal() is not called with a pointer to an
input parameter.

Change-Id: I6c2293529766eb06a9eebf41715533d8195b1f72
2022-01-16 19:31:34 -05:00
..
2021-09-10 09:11:23 +10:00
2022-01-16 00:48:09 -05:00
2022-01-16 15:54:53 -05:00
2022-01-14 17:54:55 -06:00
2017-03-10 15:47:43 -05:00
2022-01-14 12:01:33 -06:00
2016-12-15 12:15:56 -06:00