A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
4:6a1d887f1cad
Parent:
0:be515c9019e3
Child:
10:e269fd7b9500
--- a/pki/ser-cer.c	Fri Aug 02 15:07:18 2019 +0000
+++ b/pki/ser-cer.c	Tue Aug 20 14:50:48 2019 +0000
@@ -1,8 +1,10 @@
+#include <stdint.h>
+
 #include "base64.h"
 #include "log.h"
 
-char SerCerData[1024];
-int  SerCerSize = 0;
+uint8_t SerCerData[1024];
+int     SerCerSize = 0;
 
 static const char* pNext;
 static const char* buffer =