ARM-software / psa-arch-tests

Tests for verifying implementations of TBSA-v8M and the PSA Certified APIs
Apache License 2.0
67 stars 103 forks source link

crypto: add ifndef to MIN and MAX macros #361

Closed butok closed 1 year ago

butok commented 1 year ago

Add the #ifndef protection for MIN and MAX macros, to avoid possible compilation error/warning if definitions are defined in a common header of used environment. The issues is valid for NXP MCUx SDK.

jk-arm commented 1 year ago

@avinaw01-arm please validate the changes

avinaw01-arm commented 1 year ago

Done. We have merged the proposed commits. Please check once, looks fine to us.

butok commented 1 year ago

Thank you