Files
RedBear-OS/recipes
vasilito 2c769b0000 fix: openssl3 — add no-dgram (in6_pktinfo missing from relibc)
bss_dgram.c uses 'struct in6_pktinfo' from <netinet/in.h> which is
not fully defined in relibc headers (sizeof on incomplete type).
Added no-dgram to disable datagram BIO (DTLS/QUIC) for now.
Red Bear OS doesn't need DTLS yet — standard TLS via stream sockets
is sufficient.
2026-07-13 00:08:46 +03:00
..