A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
14:03a0b8fd6ddc
Parent:
10:e269fd7b9500
--- a/tls/tls-session.h	Fri Sep 27 11:31:18 2019 +0000
+++ b/tls/tls-session.h	Wed Oct 02 20:26:04 2019 +0000
@@ -10,7 +10,6 @@
     uint32_t lastUsed;
     bool     valid;
     
-    int      slotPriKeyDecryption;
     uint8_t  masterSecret  [TLS_KEY_SIZE_MASTER];
 };