File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 2828 #include <wolfcrypt/src/misc.c>
2929#endif
3030
31- #ifdef WOLFSSL_ASYNC_CRYPT
32- #define WOLFSSL_SMALL_STACK
33- #endif
34-
3531#include <wolfssl/wolfcrypt/rsa.h>
3632#include <wolfssl/wolfcrypt/types.h>
3733#include <tests/api/api.h>
Original file line number Diff line number Diff line change 6969/* Macro to disable benchmark */
7070#ifndef NO_CRYPT_BENCHMARK
7171
72- #ifdef WOLFSSL_ASYNC_CRYPT
73- #define WOLFSSL_SMALL_STACK
74- #endif
7572#define WC_ALLOC_DO_ON_FAILURE() do { printf("out of memory at benchmark.c L %d\n", __LINE__); ret = MEMORY_E; goto exit; } while (0)
7673
7774#include <wolfssl/wolfcrypt/types.h>
Original file line number Diff line number Diff line change 4343 #define WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS
4444#endif
4545
46- #ifdef WOLFSSL_ASYNC_CRYPT
47- #define WOLFSSL_SMALL_STACK
48- #endif
49-
5046#if !defined(NO_CRYPT_TEST) || defined(WC_TEST_EXPORT_SUBTESTS)
5147
5248#include <wolfssl/version.h>
You can’t perform that action at this time.
0 commit comments