mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 13:53:45 +08:00
tests/tcg/sha1: remove endian include
This doesn't exist in BSD world and doesn't seem to be needed by either. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Message-Id: <20210917162332.3511179-3-alex.bennee@linaro.org>
This commit is contained in:
parent
9557af9ce9
commit
4f0ebed418
@ -43,7 +43,6 @@ void SHA1Init(SHA1_CTX* context);
|
||||
void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len);
|
||||
void SHA1Final(unsigned char digest[20], SHA1_CTX* context);
|
||||
/* ================ end of sha1.h ================ */
|
||||
#include <endian.h>
|
||||
|
||||
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user