diff --git a/config.hjson b/config.hjson index 012e267..ea4351c 100644 --- a/config.hjson +++ b/config.hjson @@ -1,5 +1,5 @@ { - version: 0.32.0 + version: 0.32.1 global_modules: false //disables global modules loading (only looks up for modules in cwd) minify: true compress: true diff --git a/tools/templates/mbed-eli-overrides.mustache b/tools/templates/mbed-eli-overrides.mustache index 2ff2601..f228d84 100644 --- a/tools/templates/mbed-eli-overrides.mustache +++ b/tools/templates/mbed-eli-overrides.mustache @@ -29,6 +29,5 @@ #undef MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED #undef MBEDTLS_DES_C #undef MBEDTLS_DHM_C -#undef MBEDTLS_RIPEMD160_C {{/overrides}} /* end eli mbedtls overrides */