blob: c652212fcf1137f41e59b1370339394c5fae2b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|