[Bug 259735] net/turnserver: Fails to build with libressl 3.4.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 Nov 2021 12:31:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259735

            Bug ID: 259735
           Summary: net/turnserver: Fails to build with libressl 3.4.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bhughes@freebsd.org
          Reporter: rozhuk.im@gmail.com
          Assignee: bhughes@freebsd.org
             Flags: maintainer-feedback?(bhughes@freebsd.org)

--- bin/turnserver ---
src/apps/relay/ns_ioalib_engine_impl.c:1837:5: error: incomplete definition of
type 'struct ssl_st'
        ssl->rbio = rbio;
        ~~~^
/usr/local/include/openssl/ossl_typ.h:160:16: note: forward declaration of
'struct ssl_st'
typedef struct ssl_st SSL;
               ^
src/apps/relay/ns_ioalib_engine_impl.c:1932:5: error: incomplete definition of
type 'struct ssl_st'
        ssl->rbio = NULL;
        ~~~^
/usr/local/include/openssl/ossl_typ.h:160:16: note: forward declaration of
'struct ssl_st'
typedef struct ssl_st SSL;
               ^
2 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.