Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3140d960
Commit
3140d960
authored
Jan 10, 2017
by
danh-arm
Committed by
GitHub
Jan 10, 2017
Browse files
Merge pull request #803 from masahir0y/tbb
TBB: fix comment about MBEDTLS_KEY_ALG default
parents
85dfa594
a56f87c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/auth/mbedtls/mbedtls_crypto.mk
View file @
3140d960
...
@@ -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
ECD
SA.
# algorithm to use. Default algorithm is
R
SA.
ifeq
(${MBEDTLS_KEY_ALG},)
ifeq
(${MBEDTLS_KEY_ALG},)
MBEDTLS_KEY_ALG
:=
rsa
MBEDTLS_KEY_ALG
:=
rsa
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment