intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
446 stars 156 forks source link

Declare MAX_CALLS as const #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

MAX_CALLS should be declared as const in order to get it placed to the .rodata section of the binary.

Signed-off-by: Jarkko Sakkinen jarkko.sakkinen@linux.intel.com