wolfssl/wolfcrypt/settings.h: for _LINUXKM, set WOLFSSL_SP_DIV_64 to help avoid gcc xdivti3() references.

This commit is contained in:
Daniel Pouzzner
2020-08-20 14:05:07 -05:00
parent 5efdee4277
commit 92406e17ca

View File

@ -2105,6 +2105,7 @@ extern void uITRON4_free(void *p) ;
#define WOLFSSL_NO_SOCK 1 #define WOLFSSL_NO_SOCK 1
#define WOLFSSL_USER_IO 1 #define WOLFSSL_USER_IO 1
#define USE_WOLF_STRTOK #define USE_WOLF_STRTOK
#define WOLFSSL_SP_DIV_64
#endif #endif