From: mdw Date: Sun, 2 Jul 2000 18:27:42 +0000 (+0000) Subject: (ghash->ops->done): Interface change. Passing in a null buffer pointer X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/a351d052dda03a2cc1af01dcef4640891f551ada?hp=a351d052dda03a2cc1af01dcef4640891f551ada (ghash->ops->done): Interface change. Passing in a null buffer pointer uses a buffer internal to the ghash object. The operation returns the address of the buffer it used. Clients of generic hashes no longer need to use dynamically allocated memory for hash results. ---