--- 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.
Created attachment 229383 [details] patch
Created attachment 229395 [details] patch https://github.com/coturn/coturn/pull/849
Created attachment 236828 [details] patch one more patch for latest libressl
Maintainer reset.
Created attachment 238743 [details] patch 2 patch files to one file
Can some on handle it?
Created attachment 241956 [details] patch
Comment on attachment 241956 [details] patch LGTM -- thanks!
Approved. Sorry for the delay. Lifes' been a bit overwhelming lately.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8635e9d8030f2c1377535e4ea0b3fe2dfc3f370f commit 8635e9d8030f2c1377535e4ea0b3fe2dfc3f370f Author: Rozhuk Ivan <rozhuk.im@gmail.com> AuthorDate: 2023-07-15 19:38:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-16 11:24:42 +0000 net/turnserver: Fix build with libressl - Pet portclippy while I am here PR: 259735 Approved by: portmaster@bsdforge.com (maintainer) net/turnserver/Makefile | 38 ++++++++++++++++++++++---------------- net/turnserver/distinfo | 4 +++- 2 files changed, 25 insertions(+), 17 deletions(-)