]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sha1.h
Get the repository a bit closer to what will be released
[ppp.git] / pppd / sha1.h
index f1d26618b6be6b19433cd3679ddcfe3541af91cc..83f64df25843ac6f8bbd1bfe686a00c09ff8716a 100644 (file)
@@ -17,8 +17,8 @@
 #endif
 
 typedef struct {
-    unsigned long state[5];
-    unsigned long count[2];
+    u_int32_t state[5];
+    u_int32_t count[2];
     unsigned char buffer[64];
 } SHA1_CTX;