mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-09 23:35:10 -05:00
The code wants timer callbacks to be set (checked in fetch_input()), and can't easily check whether we're using nbio, so it seems easier to require the callbacks to be always set rather than only with nbio as was previously done.