A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
0:be515c9019e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pki/base64.h	Thu Jul 25 21:16:24 2019 +0000
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+extern char (*Base64ReadNextCharFunctionPointer)(void);
+extern int    Base64ReadByte(void);
+extern int    Base64SkipLine(void);
\ No newline at end of file