A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
10:e269fd7b9500
Parent:
9:f354b4859b0b
Child:
21:a6d6e26dd742
--- a/tls/tls.c	Wed Sep 11 07:24:21 2019 +0000
+++ b/tls/tls.c	Tue Sep 24 18:11:02 2019 +0000
@@ -1,6 +1,4 @@
 #include <stdbool.h>
-#include "ser-cer.h"
-#include "pri-key.h"
 #include "tls.h"
 
 bool TlsTrace = true;
@@ -11,6 +9,4 @@
 }
 void TlsInit()
 {
-    SerCerInit();
-    PriKeyInit();
 }