mirror of
https://github.com/darlinghq/darling-security.git
synced 2025-03-03 16:08:53 +00:00
Another attempt at fixing i386 build
This commit is contained in:
parent
44e10188ec
commit
aec1ec6326
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user