Skip to content

Commit 2ea019f

Browse files
committed
extmod/modussl: Coverage build fixes.
1 parent 37f9761 commit 2ea019f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extmod/modussl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ const mp_obj_module_t mp_module_ussl = {
195195

196196
// These functions might be split to stream_posix.c. They are referenced by
197197
// axtls os_port.h .
198+
ssize_t mp_stream_posix_write(void *sock_obj, const void *buf, size_t len);
199+
ssize_t mp_stream_posix_read(void *sock_obj, void *buf, size_t len);
198200

199201
int mp_stream_errno;
200202

0 commit comments

Comments
 (0)