On Sun, 2022-02-13 at 20:43 +0100, Sven Baars wrote:
Signed-off-by: Sven Baars sbaars@codeweavers.com
Maybe a better way to do this would be to get rid of the HASH_CONTEXT union, and initialize that handle to NULL in CPCreateHash(). This seems possible now that everything goes through bcrypt, but maybe there are reasons to keep the union and the generic impl glue around
I think that would be better. We want to get rid of the glue eventually.