* gss-misc.c (send_token, recv_token): Open-code the math to send and receive
authorKen Raeburn <raeburn@mit.edu>
Mon, 30 Dec 2002 19:46:21 +0000 (19:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 30 Dec 2002 19:46:21 +0000 (19:46 +0000)
commit4aa56f2b15e29b6f429c563c61e30771852b22f1
tree1244f824edc238defa88dcbb7fdb2a2965dc6fc8
parent6a5688b2335d46bb0e8cc70ce4604b41a9f6d8d8
* gss-misc.c (send_token, recv_token): Open-code the math to send and receive
the length as four bytes in network order, rather than using the first four
bytes of a size_t.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15071 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/gss-misc.c