forked from wolfSSL/wolfssl
Release Fixes
1. Fix for the enable-afalg option from Jacob Barthelmeh. 2. Client fix for enable-sp+enable-sp-math option from David Garske. 3. Added a couple of typecasts to some mallocs. 4. Modified the option guard for the mask member of Options for the webserver build. 5. Added some more padding to the opaque structures used for SHA_CTX and AES_KEY. 6. Added WOLFSSL_API to the stack logging functions.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
|
||||
#ifdef USE_FAST_MATH
|
||||
/* included to inspect the size of FP_MAX_BITS */
|
||||
#include <wolfssl/wolfcrypt/tfm.h>
|
||||
/* need integer.h header to make sure right math version used */
|
||||
#include <wolfssl/wolfcrypt/integer.h>
|
||||
#endif
|
||||
#ifdef HAVE_ECC
|
||||
#include <wolfssl/wolfcrypt/ecc.h>
|
||||
|
Reference in New Issue
Block a user