diff options
| author | Paul Sokolovsky | 2016-07-13 01:49:38 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-07-13 01:49:38 +0300 |
| commit | 20283aec107d60f4339268f56fdf451d8867b49a (patch) | |
| tree | 3b5b18862e780ff4703ec712407eca03eb0c069d /unix/mpconfigport.mk | |
| parent | e32d1e17bb7c17b5474c4be696e5428ece973301 (diff) | |
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls
and link with -laxtls.
Diffstat (limited to 'unix/mpconfigport.mk')
| -rw-r--r-- | unix/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.mk b/unix/mpconfigport.mk index 9f826661a..f7912141a 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -28,6 +28,7 @@ MICROPY_PY_FFI = 1 # ussl module requires axtls MICROPY_PY_USSL = 1 +MICROPY_SSL_AXTLS = 1 # jni module requires JVM/JNI MICROPY_PY_JNI = 0 |
