]> git.ipfire.org Git - thirdparty/krb5.git/commit
Eliminate TWRITE macros in GSS library 1291/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 15 Mar 2023 20:23:09 +0000 (16:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 24 Mar 2023 18:45:58 +0000 (14:45 -0400)
commitbb11cc25e43a0bb39eb4d4b6b39c89e4d662342a
treec31f8ea9e2b59611a37fbfbafdde203048603dab
parentfdceb225f881e2b1337eebcb9a9443fa4a9be3fd
Eliminate TWRITE macros in GSS library

Use dynamic k5buf structures to replace the two uses of the TWRITE_
macros, and replace the uses of TREAD_ macros with the equivalent
pointer assignments.
src/lib/gssapi/generic/gssapiP_generic.h
src/lib/gssapi/krb5/accept_sec_context.c
src/lib/gssapi/krb5/init_sec_context.c
src/lib/gssapi/krb5/util_cksum.c