extmod/modussl: Coverage build fixes.

This commit is contained in:
Paul Sokolovsky 2016-05-26 02:02:10 +03:00
parent 37f9761801
commit 2ea019f3d3

View File

@ -195,6 +195,8 @@ const mp_obj_module_t mp_module_ussl = {
// These functions might be split to stream_posix.c. They are referenced by
// axtls os_port.h .
ssize_t mp_stream_posix_write(void *sock_obj, const void *buf, size_t len);
ssize_t mp_stream_posix_read(void *sock_obj, void *buf, size_t len);
int mp_stream_errno;