mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
09977dd095
The HOST_c2l() macro assigns the value to the specified variable, but also
evaluates to the same value. Which we ignore, triggering a warning.
To fix this, just cast it to void like we did in commit
|
||
---|---|---|
.. | ||
asm | ||
build.info | ||
Makefile.in | ||
sha1_one.c | ||
sha1dgst.c | ||
sha256.c | ||
sha512.c | ||
sha_locl.h |