Fix hard coded values in TSIP ECC verify. Fix issues with tab indentation and spelling.

This commit is contained in:
David Garske
2024-07-18 16:45:27 -07:00
parent 945a24e5b4
commit 4eab0f1231
19 changed files with 94 additions and 85 deletions
+3 -3
View File
@@ -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 */