aboutsummaryrefslogtreecommitdiffstats
path: root/lang/io/files/patch-addons_Oauth_source_Oauth_crypto.h
blob: 62f54e16d7b15c2f9f4e9373e25ce6baf24f2870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- addons/Oauth/source/Oauth/crypto.h.orig	2017-09-14 12:33:11 UTC
+++ addons/Oauth/source/Oauth/crypto.h
@@ -16,7 +16,7 @@ struct md5_context
 
 struct sha1_context
 {
-	unsigned long state[5];
+	uint32_t state[5];
 	unsigned long count[2];
 	unsigned char buffer[64];
 };