mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-31 16:56:35 -04:00

Don't use the macro name assert. It's technically permitted as long as <assert.h> is not included, but it's fragile, because it means the code and any header that it includes must not include <assert.h>.