Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2022-04-20 17:03:36 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2022-04-20 17:03:36 +0300
commit00d4502a4ed7736a4043b2058ac07398e205b513 (patch)
tree762e2e1a75404989189565dc6b742e98a31b323a
parent28ed4621f3233fbfd24d437519f3503d06dba3e0 (diff)
Fix clashing symbol openssl_custom_bio.all_tests_passed_00d4502a4ed7736a4043b2058ac07398e205b513
-rw-r--r--include/llfio/v2.0/detail/impl/tls_socket_sources/openssl.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llfio/v2.0/detail/impl/tls_socket_sources/openssl.ipp b/include/llfio/v2.0/detail/impl/tls_socket_sources/openssl.ipp
index 8b9793a9..c6b3ffd9 100644
--- a/include/llfio/v2.0/detail/impl/tls_socket_sources/openssl.ipp
+++ b/include/llfio/v2.0/detail/impl/tls_socket_sources/openssl.ipp
@@ -443,7 +443,7 @@ inline result<void> x509_error(int errcode)
namespace detail
{
- struct openssl_custom_bio_method_t
+ static struct openssl_custom_bio_method_t
{
BIO_METHOD *method;
openssl_custom_bio_method_t()