You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/08/19 23:39:18 UTC

[3/3] incubator-mynewt-core git commit: mbedtls; use smaller version of SHA256.

mbedtls; use smaller version of SHA256.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b02e6138
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b02e6138
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b02e6138

Branch: refs/heads/develop
Commit: b02e6138d29c719180389fe4b66e90b1afac1071
Parents: c3cd5b1
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Aug 19 16:38:46 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Aug 19 16:38:46 2016 -0700

----------------------------------------------------------------------
 libs/mbedtls/include/mbedtls/config_mynewt.h | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b02e6138/libs/mbedtls/include/mbedtls/config_mynewt.h
----------------------------------------------------------------------
diff --git a/libs/mbedtls/include/mbedtls/config_mynewt.h b/libs/mbedtls/include/mbedtls/config_mynewt.h
index d200879..a18ac6f 100644
--- a/libs/mbedtls/include/mbedtls/config_mynewt.h
+++ b/libs/mbedtls/include/mbedtls/config_mynewt.h
@@ -40,6 +40,8 @@
 #undef MBEDTLS_SELF_TEST
 #endif
 
+#define MBEDTLS_SHA256_SMALLER		/* comes with performance hit */
+
 /**
  * \name SECTION: Module configuration options
  *