Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
3b982be3
Commit
3b982be3
authored
10 years ago
by
danh-arm
Browse files
Options
Download
Plain Diff
Merge pull request #263 from jcastillo-arm/jc/tbb_sha256_int
TBB: remove PolarSSL SHA1 functions from the binary
parents
541d7881
81ee0983
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/auth/polarssl/polarssl.mk
+0
-1
common/auth/polarssl/polarssl.mk
common/auth/polarssl/polarssl_config.h
+0
-1
common/auth/polarssl/polarssl_config.h
with
0 additions
and
2 deletions
+0
-2
common/auth/polarssl/polarssl.mk
View file @
3b982be3
...
@@ -54,7 +54,6 @@ POLARSSL_SOURCES := $(addprefix ${POLARSSL_DIR}/library/, \
...
@@ -54,7 +54,6 @@ POLARSSL_SOURCES := $(addprefix ${POLARSSL_DIR}/library/, \
pkwrite.c
\
pkwrite.c
\
platform.c
\
platform.c
\
rsa.c
\
rsa.c
\
sha1.c
\
sha256.c
\
sha256.c
\
x509.c
\
x509.c
\
x509_crt.c
\
x509_crt.c
\
...
...
This diff is collapsed.
Click to expand it.
common/auth/polarssl/polarssl_config.h
View file @
3b982be3
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
#define POLARSSL_PLATFORM_C
#define POLARSSL_PLATFORM_C
#define POLARSSL_RSA_C
#define POLARSSL_RSA_C
#define POLARSSL_SHA1_C
#define POLARSSL_SHA256_C
#define POLARSSL_SHA256_C
#define POLARSSL_VERSION_C
#define POLARSSL_VERSION_C
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help