enfore TLS for sml decryption (#17852)

This commit is contained in:
Barbudor 2023-02-01 21:40:04 +01:00 committed by GitHub
parent 1147304781
commit 949f3fdc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1073,7 +1073,13 @@
#ifdef USE_SCRIPT
#define USE_UNISHOX_COMPRESSION // Add support for string compression
#if defined(USE_SML_M) && !defined(NO_USE_SML_DECRYPT)
#ifndef USE_TLS // Add support for TLS as requires by SML decryption
#define USE_TLS
#endif
#endif
#endif
#ifdef USE_ZIGBEE
#define USE_UNISHOX_COMPRESSION // Add support for string compression
#endif