Skip to content

Commit d3a3ede

Browse files
twcook86danielinux
authored andcommitted
fix hash testing
1 parent fd4bf94 commit d3a3ede

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/user_settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ extern int tolower(int c);
502502
#define WOLFSSL_AES_CFB
503503
#define WOLFSSL_AES_COUNTER
504504
#define WOLFSSL_STATIC_MEMORY_TEST_SZ (30 * 1024)
505+
#define WOLFSSL_SHA256
506+
#define WOLFSSL_SHA384
507+
#define WOLFSSL_SHA512
505508
#else
506509
/* Use custom RNG for tests/benchmarks (saves ~7KB vs HASHDRBG).
507510
* WARNING: my_rng_seed_gen is NOT cryptographically secure.

0 commit comments

Comments
 (0)