Skip to content

Commit 781c9bb

Browse files
authored
Merge pull request #9268 from dgarske/cryptocb_only
Remove the `NO_WRITE_TEMP_FILES` test.c logic added in #9194
2 parents ac23b48 + d2be867 commit 781c9bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wolfcrypt/test/test.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,10 +2765,6 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
27652765

27662766
#endif /* NO_MAIN_DRIVER */
27672767

2768-
#if defined(WOLF_CRYPTO_CB_ONLY_ECC) || defined(WOLF_CRYPTO_CB_ONLY_RSA)
2769-
#undef NO_WRITE_TEMP_FILES
2770-
#define NO_WRITE_TEMP_FILES
2771-
#endif
27722768

27732769
/* helper to save DER, convert to PEM and save PEM */
27742770
#if !defined(NO_ASN) && (defined(HAVE_ECC) || !defined(NO_DSA) || \

0 commit comments

Comments
 (0)