Nikos Mavrogiannopoulos nmav@redhat.com writes:
update(mac_ctx, 1, &i); if (left <= digest_size) { digest(mac_ctx, left, dst); return; } digest(max_ctx, digest_size, dst); update(mac_ctx, digest_size, dst); }
I'm fine with that. Do you want me to post an updated patch or would you modify it?
If you can test it and post an updated patch, that's helpful.
Regards, /Niels