turn on AES Direct if AES-CFB is enabled

This commit is contained in:
Jacob Barthelmeh
2018-01-15 16:00:31 -07:00
parent 455ffc2ad7
commit d0abfbf3f3

View File

@@ -1405,6 +1405,12 @@ extern void uITRON4_free(void *p) ;
#define WOLFSSL_AES_DIRECT
#endif
#endif
#ifdef WOLFSSL_AES_CFB
/* AES-CFB makes calls to AES direct functions */
#ifndef WOLFSSL_AES_DIRECT
#define WOLFSSL_AES_DIRECT
#endif
#endif
#endif
/* if desktop type system and fastmath increase default max bits */