diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2021-01-15 12:01:15 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2021-01-25 17:07:25 -0500 |
| commit | 9f34ec78c44b6037e2f05bf4ebb44130b35e1425 (patch) | |
| tree | 4fed688fc8bad6c5591ac644daaf6b26e236fdd4 /py | |
| parent | 97f5d218a5af9c7207bc339bf25beaa65c7b42e5 (diff) | |
Separate Socket and SSLSocket, add LWIP connect
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 3ce7c0117..b208178f3 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -388,6 +388,7 @@ SRC_COMMON_HAL_ALL = \ socketpool/Socket.c \ ssl/__init__.c \ ssl/SSLContext.c \ + ssl/SSLSocket.c \ supervisor/Runtime.c \ supervisor/__init__.c \ watchdog/WatchDogMode.c \ |
