comparison src/md5.c @ 112330:56d3e9c28eb0

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 11:01:01 -0800
parents ef719132ddfa
children
comparison
equal deleted inserted replaced
112329:e36b2f5d36cd 112330:56d3e9c28eb0
426 ctx->B = B; 426 ctx->B = B;
427 ctx->C = C; 427 ctx->C = C;
428 ctx->D = D; 428 ctx->D = D;
429 } 429 }
430 430
431 /* arch-tag: 60084f04-b434-42cb-9d2b-e91df01f4325
432 (do not change this comment) */