On Fri, Nov 20, 2020 at 09:33:18PM +0000, Weiss, Howard wrote: > I am writing a device which uses SHA256 [...] > I have tried > > #include <openssl/sha.h>
You don't have to use openssl, QEMU already provides those algorithms, see include/crypto/hash.h Berto