primitives/hashes/SHA1: undef macros

This commit is contained in:
Henry Weller
2016-08-17 23:03:27 +01:00
parent a9280d103f
commit 4d2e628b61

View File

@ -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
// ************************************************************************* //