Another attempt at fixing i386 build

This commit is contained in:
Lubos Dolezel 2017-01-08 13:41:53 +01:00
parent 44e10188ec
commit aec1ec6326

View File

@ -54,7 +54,7 @@ DigestObject *MD2Object::digestClone() const
return new MD2Object(*this);
}
CSSM_SIZE MD2Object::digestSizeInBytes() const
size_t MD2Object::digestSizeInBytes() const
{
return CC_MD2_DIGEST_LENGTH;
}