Skip to content

Commit a83fb4f

Browse files
revert 6bda10a forcing small stack with async
1 parent c5fb83f commit a83fb4f

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

tests/api/test_rsa.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
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>

wolfcrypt/benchmark/benchmark.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
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>

wolfcrypt/test/test.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
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>

0 commit comments

Comments
 (0)