X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.c;fp=tlsproxy.c;h=68b5a2edf73854ac211f0443b26d02929f0dd497;hb=54d3775467eb1af0054d43193ff71ce1b7b71eaa;hp=157633bf20e348ea1613879b0c3584479aefa652;hpb=b2692bc5abacf503e4f67c447d52511cc2cd26a8;p=tlsproxy%2Ftlsproxy.git diff --git a/tlsproxy.c b/src/tlsproxy.c similarity index 99% rename from tlsproxy.c rename to src/tlsproxy.c index 157633b..68b5a2e 100644 --- a/tlsproxy.c +++ b/src/tlsproxy.c @@ -35,6 +35,8 @@ /* poll() */ #include +#include + /* Maximum line of the request line. Longer request lines are aborted with an * error. The standard doesn't specify a maximum line length but this should