From 20d41d794b4243c868f556f91044a72f6bf1b047 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 23 Mar 2023 17:41:02 +0000 Subject: [PATCH] Fix compile error. I had this in here at some point, not sure where it went. --- src/include/Tls.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/Tls.h b/src/include/Tls.h index 5b56306..fff6e0a 100644 --- a/src/include/Tls.h +++ b/src/include/Tls.h @@ -26,6 +26,8 @@ #include +#define TLS_LIBRESSL 2 + extern Stream * TlsClientStream(int, const char *);