mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:37:34 +00:00
2b8b738391
mbedtls_ssl_read cannot be called with a NULL buffer even if len is 0, as those are passed to memcpy and compilers doesn't like that. Always pass a single byte (still len 0 so nothing is actually copied) |
||
---|---|---|
.. | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
stream_peer_mbed_tls.cpp | ||
stream_peer_mbed_tls.h |