aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/lws/misc/sha-1.c
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-03-18 16:37:51 +0100
committerFabio Alessandrelli2018-04-03 19:25:24 +0200
commit262cb262eb6c10c808dbbd85dd9103ab0f99c32b (patch)
tree846176d97409c50349ee59889ee4de28b9051c41 /thirdparty/lws/misc/sha-1.c
parent9ad180029876a53747df577d8925a055f6b9687e (diff)
downloadgodot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.tar.gz
godot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.tar.zst
godot-262cb262eb6c10c808dbbd85dd9103ab0f99c32b.zip
Diffstat (limited to 'thirdparty/lws/misc/sha-1.c')
-rw-r--r--thirdparty/lws/misc/sha-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/lws/misc/sha-1.c b/thirdparty/lws/misc/sha-1.c
index 9353fbefe..50205a010 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];