Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tcp/tls/tls.c
- Revision:
- 150:3366e4a0c60e
- Parent:
- 149:39d1ba392f4b
- Child:
- 151:bde6f7da1755
--- 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();
}