added ssl

This commit is contained in:
Pin
2022-02-17 23:22:30 -05:00
parent 5c60a475e7
commit 1c083b90f8
8 changed files with 300 additions and 25 deletions

4
include/server.h Normal file
View File

@@ -0,0 +1,4 @@
#include <stdbool.h>
extern bool enableHTTPS;