Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
150:3366e4a0c60e
Parent:
149:39d1ba392f4b
Child:
151:bde6f7da1755
diff -r 39d1ba392f4b -r 3366e4a0c60e tcp/tls/tls.c
--- a/tcp/tls/tls.c	Wed Jun 19 15:36:18 2019 +0000
+++ b/tcp/tls/tls.c	Thu Jun 27 21:19:08 2019 +0000
@@ -9,7 +9,7 @@
 #include "restart.h"
 #include "mstimer.h"
 #include "random.h"
-#include "pri-cert.h"
+#include "pri-key.h"
 
 #define TLS_CONTENT_TYPE_ChangeCipher      20
 #define TLS_CONTENT_TYPE_Alert             21
@@ -44,7 +44,7 @@
 
 void TlsInit()
 {
-    PriCertInit();
+    PriKeyInit();
 }