mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 17:32:50 +01:00
1. Changed the ecc_sets table for Windows builds to use arrays instead of pointers to strings. 2. Updated the initializer to play nice with the Windows and not-Windows versions of the ecc_sets table. This is a change for FIPS mode on Windows. The ecc_sets table has pointers to constants. When the FIPS POST runs, the pointers stored in the table are relocated pointers so the verify fails.