bring md5 and sha1 names closer. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-10-17 03:21:51 +02:00
parent 36ab585f68
commit f6dacc23ff
3 changed files with 44 additions and 52 deletions

View File

@ -1539,8 +1539,8 @@ typedef struct md5_ctx_t {
uint32_t B;
uint32_t C;
uint32_t D;
uint64_t total;
char buffer[64];
uint64_t total64;
char wbuffer[64];
} md5_ctx_t;
#else
/* libbb/md5prime.c uses a bit different one: */