mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 18:36:03 +00:00
[ADD] Add MbedTLS support
This commit is contained in:
parent
9fed42d2ac
commit
c1d59b2c6f
6 changed files with 390 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <limits.h>
|
||||
|
||||
/* TODO: Verify LibreSSL support later */
|
||||
#include <Tls.h>
|
||||
#if defined(TLS_IMPL) && (TLS_IMPL == TLS_OPENSSL)
|
||||
|
||||
#include <openssl/sha.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue