Differences From Artifact [23a23dc5b4]:
- File src/md5.c — part of check-in [c30cd93b91] at 2013-10-11 08:36:40 on branch trunk — Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. (user: jan.nijtmans size: 13738) [more...]
To Artifact [3576c4209b]:
- File src/md5.c — part of check-in [b3e32c8e8b] at 2013-12-04 09:36:39 on branch trunk — Styling: translate some tabs to spaces (user: jan.nijtmans size: 13745) [more...]
| ︙ | |||
162 163 164 165 166 167 168 | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | - + |
}
/*
* Start MD5 accumulation. Set bit count to 0 and buffer to mysterious
* initialization constants.
*/
static void MD5Init(MD5Context *ctx){
|
| ︙ |