remove undefs

This commit is contained in:
JohnnyCena123 2025-10-14 14:47:19 +03:00
parent e34cad7744
commit d47c5583fb

View File

@ -3180,10 +3180,6 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize)
}
RL_FREE(buffer);
return hash;
#undef ROTATE_RIGHT
#undef A0
#undef A1
}
//----------------------------------------------------------------------------------