change #include to move foo.h to libowfat/foo.h (needs current libowfat now)

This commit is contained in:
leitner
2017-04-21 16:23:38 +00:00
parent 5664e1796a
commit 1d95650489
56 changed files with 183 additions and 164 deletions

View File

@@ -1,6 +1,7 @@
#include "tinytls.h"
#include "open.h"
#include <libowfat/open.h>
#include <unistd.h>
#include <string.h>
void init_tls_context_norandom(struct ssl_context* sc, const char* servername) {
memset(sc,0,sizeof *sc);