A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

tls/tls.c

Committer:
andrewboyson
Date:
2019-09-24
Revision:
10:e269fd7b9500
Parent:
9:f354b4859b0b
Child:
21:a6d6e26dd742

File content as of revision 10:e269fd7b9500:

#include <stdbool.h>
#include "tls.h"

bool TlsTrace = true;

void TlsMain()
{
    TlsAsync();
}
void TlsInit()
{
}