зеркало из https://github.com/mozilla/pjs.git
fix broken build on bigendian platforms
This commit is contained in:
Родитель
e0eaa79c3c
Коммит
bfd673249c
|
@ -461,6 +461,7 @@ void
|
|||
MD5_End(MD5Context *cx, unsigned char *digest,
|
||||
unsigned int *digestLen, unsigned int maxDigestLen)
|
||||
{
|
||||
PRUint32 tmp;
|
||||
PRUint32 lowInput, highInput;
|
||||
PRUint32 inBufIndex = cx->lsbInput & 63;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче