X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsha1.h;h=83f64df25843ac6f8bbd1bfe686a00c09ff8716a;hp=f1d26618b6be6b19433cd3679ddcfe3541af91cc;hb=3e451dfe42426b51e6ce1d66a3e04de43e055568;hpb=16e4aef0a9ebb22cd33bcf4f4533191d04ed59a1 diff --git a/pppd/sha1.h b/pppd/sha1.h index f1d2661..83f64df 100644 --- a/pppd/sha1.h +++ b/pppd/sha1.h @@ -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;