fix fpecc thread local storage size with clang

This commit is contained in:
toddouska
2016-07-08 12:01:52 -07:00
parent 68d66d12d6
commit c7318c8576

View File

@ -3369,7 +3369,7 @@ int wc_ecc_sig_size(ecc_key* key)
/* fixed point ECC cache */
/* number of entries in the cache */
#ifndef FP_ENTRIES
#define FP_ENTRIES 16
#define FP_ENTRIES 15
#endif
/* number of bits in LUT */