Building FFmpeg 8.0 or newer now fails as there are some missing DTLS functions which were introduced in OpenSSL 1.1.1.
Functions:
DTLS_set_link_mtu() and DTLS_get_data_mtu()
Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)
Add DTLS_get_data_mtu() function