MHASH_SIZE_OLD
if (szret == MHASH_SIZE_OLD) {
(void) memset(hash + MHASH_SIZE_OLD, 0,
MHASH_SIZE - MHASH_SIZE_OLD);
if (md5_hash_file(file, st.st_size, &hash[MHASH_SIZE_OLD]) != 0) {
uchar_t hash_v1[MHASH_SIZE_OLD];
memcmp(&hash[MHASH_SIZE_OLD], &stored_hash[MHASH_SIZE_OLD],