diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-13 01:35:59 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-13 01:35:59 +0300 |
commit | e32d1e17bb7c17b5474c4be696e5428ece973301 (patch) | |
tree | 984f385a4720e86fd4edd5ef2566c86ed0e46dd4 /py | |
parent | dfe056df6f7cdcee41965247fbbf03b4c34c012a (diff) | |
download | micropython-e32d1e17bb7c17b5474c4be696e5428ece973301.tar.gz micropython-e32d1e17bb7c17b5474c4be696e5428ece973301.zip |
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Diffstat (limited to 'py')
-rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ PY_O_BASENAME = \ ../extmod/machine_pinbase.o \ ../extmod/machine_pulse.o \ ../extmod/machine_i2c.o \ - ../extmod/modussl.o \ + ../extmod/modussl_axtls.o \ ../extmod/modurandom.o \ ../extmod/modwebsocket.o \ ../extmod/modwebrepl.o \ |