mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
294 B
Diff
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
|
|
|