Commit 3140d960 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #803 from masahir0y/tbb

TBB: fix comment about MBEDTLS_KEY_ALG default
parents 85dfa594 a56f87c8
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
include drivers/auth/mbedtls/mbedtls_common.mk include drivers/auth/mbedtls/mbedtls_common.mk
# The platform may define the variable 'MBEDTLS_KEY_ALG' to select the key # The platform may define the variable 'MBEDTLS_KEY_ALG' to select the key
# algorithm to use. Default algorithm is ECDSA. # algorithm to use. Default algorithm is RSA.
ifeq (${MBEDTLS_KEY_ALG},) ifeq (${MBEDTLS_KEY_ALG},)
MBEDTLS_KEY_ALG := rsa MBEDTLS_KEY_ALG := rsa
endif endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment