Skip to content

Commit e32d1e1

Browse files
committed
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
1 parent dfe056d commit e32d1e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

py/py.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ PY_O_BASENAME = \
205205
../extmod/machine_pinbase.o \
206206
../extmod/machine_pulse.o \
207207
../extmod/machine_i2c.o \
208-
../extmod/modussl.o \
208+
../extmod/modussl_axtls.o \
209209
../extmod/modurandom.o \
210210
../extmod/modwebsocket.o \
211211
../extmod/modwebrepl.o \

0 commit comments

Comments
 (0)