Added dynamic pages with dynamic linking during runtime

This commit is contained in:
Nate Choe
2022-02-14 12:08:09 -06:00
parent 8df741a078
commit 6825f12163
28 changed files with 435 additions and 84 deletions

View File

@@ -26,7 +26,7 @@
#include <netinet/in.h>
#include <gnutls/gnutls.h>
#include <sockets.h>
#include <swebs/sockets.h>
int initTLS() {
assert(gnutls_global_init() >= 0);