Fix compile error. I had this in here at some point, not sure where it went.

This commit is contained in:
Jordan Bancino 2023-03-23 17:41:02 +00:00
parent b4e4263cea
commit 20d41d794b

View file

@ -26,6 +26,8 @@
#include <Stream.h> #include <Stream.h>
#define TLS_LIBRESSL 2
extern Stream * extern Stream *
TlsClientStream(int, const char *); TlsClientStream(int, const char *);