[support][nfc] MD5: Undef macros after use (#132132)

I'm experimenting with amalgamating Support lib into single cpp and
leaking a bunch of 1-letter macros is not nice.
This commit is contained in:
Ivan Butygin 2025-03-21 03:26:04 +01:00 committed by GitHub
parent 30ff508614
commit 969ac10cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,3 +296,11 @@ MD5::MD5Result MD5::hash(ArrayRef<uint8_t> Data) {
return Res;
}
#undef F
#undef G
#undef H
#undef I
#undef STEP
#undef SET
#undef GET