Skip to content

Commit 0127072

Browse files
twcook86danielinux
authored andcommitted
turn on other aes algs for test/benchmark
1 parent bba88fb commit 0127072

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/user_settings.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,10 @@ extern int tolower(int c);
508508

509509
#define HAVE_AESGCM
510510
#define GCM_TABLE
511+
#define HAVE_AES_ECB
512+
#define WOLFSSL_AES_OFB
513+
#define WOLFSSL_AES_CFB
514+
#define WOLFSSL_AES_COUNTER
511515
#else
512516
#define HAVE_HASHDRBG
513517
#define WOLFSSL_AES_CFB

0 commit comments

Comments
 (0)