Skip to content

Commit

Permalink
wolfSSL support added
Browse files Browse the repository at this point in the history
Merges: #28
  • Loading branch information
chrysn authored Mar 17, 2023
2 parents 27f6865 + 802d1c4 commit 4a1a630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions riot-headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@
#include "ws281x.h"
#endif

/* wolfSSL */
#if defined(MODULE_WOLFSSL) && !defined(IS_C2RUST)
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/sha256.h>
#include <wolfssl/ssl.h>
#include <sock_tls.h>
#endif

// Note that while the actual definitions are always in board.h, this defines
// the fallback macros that make sure that in the LED macros' absence,
// fallbacks are there.
Expand Down

0 comments on commit 4a1a630

Please sign in to comment.