diff options
Diffstat (limited to 'thirdparty/lws/misc/sha-1.c')
-rw-r--r-- | thirdparty/lws/misc/sha-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/lws/misc/sha-1.c b/thirdparty/lws/misc/sha-1.c index 9353fbefe4..50205a0100 100644 --- a/thirdparty/lws/misc/sha-1.c +++ b/thirdparty/lws/misc/sha-1.c @@ -45,7 +45,7 @@ struct sha1_ctxt { } h; union { unsigned char b8[8]; - u_int64_t b64[1]; + uint64_t b64[1]; } c; union { unsigned char b8[64]; |