A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
9:f354b4859b0b
Parent:
8:5e66a6b4b38c
Child:
10:e269fd7b9500
--- a/tls/tls.c	Sat Sep 07 18:56:01 2019 +0000
+++ b/tls/tls.c	Wed Sep 11 07:24:21 2019 +0000
@@ -1,7 +1,6 @@
 #include <stdbool.h>
 #include "ser-cer.h"
 #include "pri-key.h"
-#include "tls-prf.h"
 #include "tls.h"
 
 bool TlsTrace = true;
@@ -14,5 +13,4 @@
 {
     SerCerInit();
     PriKeyInit();
-    TlsPrfTest();
 }