fix mistake

This commit is contained in:
Johnny Cena 2025-10-13 21:37:04 +03:00
parent 63d4bf03d4
commit 8e1f70df3c

View File

@ -3181,7 +3181,7 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize)
RL_FREE(buffer); RL_FREE(buffer);
return hash; return hash;
#undef ROTATE_LEFT #undef ROTATE_RIGHT
#undef A0 #undef A0
#undef A1 #undef A1
} }