aports/main/freetds/libressl.patch
2018-04-06 05:19:22 +00:00

15 lines
294 B
Diff

diff --git a/src/tds/tls.c b/src/tds/tls.c
index b9b65e3..11546ff 100644
--- a/src/tds/tls.c
+++ b/src/tds/tls.c
@@ -92,6 +92,9 @@ BIO_get_data(const BIO *b)
return b->ptr;
}
#define TLS_client_method SSLv23_client_method
+#endif
+
+#ifndef TLS_ST_OK
#define TLS_ST_OK SSL_ST_OK
#endif