Skip to content

Commit

Permalink
Fixes for some build errors. Revert some workarounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Aug 9, 2024
1 parent e788e44 commit de02afb
Show file tree
Hide file tree
Showing 63 changed files with 8,395 additions and 398 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ extern "C" {
#define WOLFSSL_AES_SMALL_TABLES
#define NO_MD4
#define NO_MD5
#define NO_SHA // specifically, no SHA1 (legacy name)
//#define NO_SHA // specifically, no SHA1 (legacy name)
#define WOLFSSL_SHA224
#define WOLFSSL_SHA384
#define NO_SHA512
Expand All @@ -211,6 +211,10 @@ extern "C" {
#define HAVE_AES_ECB
#define HAVE_AES_CBC
#define HAVE_AESGCM
#define WOLFSSL_AESGCM_STREAM
#define WOLFSSL_PEM_TO_DER
#define WOLFSSL_PUB_PEM_TO_DER
#define OPENSSL_EXTRA_X509_SMALL
#define NO_RC4
#define NO_HC128
#define NO_RABBIT
Expand All @@ -231,7 +235,6 @@ extern "C" {
#define WOLFSSL_BASE64_ENCODE
#define HAVE_PK_CALLBACKS
#define WOLFSSL_ATECC608A
//#define WOLFSSL_AESGCM_STREAM
// ---------- FUNCTIONAL CONFIGURATION END ----------

/* MPLAB Harmony Net Presentation Layer Definitions*/
Expand All @@ -241,7 +244,7 @@ extern "C" {
/* Net Pres RTOS Configurations*/
#define NET_PRES_RTOS_STACK_SIZE 1024
#define NET_PRES_RTOS_TASK_PRIORITY 1




Expand Down

This file was deleted.

Loading

0 comments on commit de02afb

Please sign in to comment.