mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
"And now a better patch which builds the tests if LibreSSL is used."
Works on the latest LibreSSL (in OpenBSD-current). (Patch from 'rubiate' on #17253.
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
extern tor_tls_context_t *server_tls_context;
|
||||
extern tor_tls_context_t *client_tls_context;
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0)
|
||||
#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0) \
|
||||
&& !defined(LIBRESSL_VERSION_NUMBER)
|
||||
#define OPENSSL_OPAQUE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user