Skip to content

Commit

Permalink
Fix clashing symbol openssl_custom_bio.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Apr 20, 2022
1 parent 28ed462 commit 00d4502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 00d4502

Please sign in to comment.