mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-22 12:51:25 +03:00
Fix the following build failure with libressl raised since bump to
version 3.5.2 in commit 8b216927db:
dtls-bio.c:40:1: error: variable 'janus_dtls_bio_agent_methods' has initializer but incomplete type
40 | static BIO_METHOD janus_dtls_bio_agent_methods = {
| ^~~~~~
Fixes:
- http://autobuild.buildroot.org/results/92fe19446b40551c0139254d9efc6b3904fa287a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>