tlsrp

A simple TLS reverse proxy
git clone git://nihaljere.xyz/tlsrp
Log | Files | Refs | LICENSE

commit 65511e37c1f78537e0d6e7d3ea0a020d90531992
parent d07f5d44468c1703bb9b946e017fe74be711dc34
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 28 Jul 2020 11:53:05 -0500

remove import from config.def.h

Diffstat:
Mconfig.def.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,7 +1,5 @@ /* check libtls documentation for possible values */ -#include <libressl/tls.h> - int protocols = TLS_PROTOCOLS_DEFAULT; const char* ciphers = "default";