mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
primitives/hashes/SHA1: undef macros
This commit is contained in:
@ -412,4 +412,20 @@ Foam::SHA1Digest Foam::SHA1::digest() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
#undef K1
|
||||||
|
#undef K2
|
||||||
|
#undef K3
|
||||||
|
#undef K4
|
||||||
|
|
||||||
|
#undef F1
|
||||||
|
#undef F2
|
||||||
|
#undef F3
|
||||||
|
#undef F4
|
||||||
|
|
||||||
|
#undef rol_uint32
|
||||||
|
#undef M
|
||||||
|
#undef R
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user