mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-06-11 13:11:16 +02:00
Fix hard coded values in TSIP ECC verify. Fix issues with tab indentation and spelling.
This commit is contained in:
@@ -250,10 +250,10 @@ extern "C" {
|
||||
/* AES */
|
||||
#undef NO_AES
|
||||
#if 1
|
||||
#undef HAVE_AES_CBC
|
||||
#define HAVE_AES_CBC
|
||||
#undef HAVE_AES_CBC
|
||||
#define HAVE_AES_CBC
|
||||
|
||||
#undef HAVE_AESGCM
|
||||
#undef HAVE_AESGCM
|
||||
#define HAVE_AESGCM
|
||||
|
||||
/* GCM Method: GCM_SMALL, GCM_WORD32 or GCM_TABLE */
|
||||
|
||||
Reference in New Issue
Block a user