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
3b982be3
Commit
3b982be3
authored
Mar 17, 2015
by
danh-arm
Browse files
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
common/auth/polarssl/polarssl.mk
View file @
3b982be3
...
...
@@ -54,7 +54,6 @@ POLARSSL_SOURCES := $(addprefix ${POLARSSL_DIR}/library/, \
pkwrite.c
\
platform.c
\
rsa.c
\
sha1.c
\
sha256.c
\
x509.c
\
x509_crt.c
\
...
...
common/auth/polarssl/polarssl_config.h
View file @
3b982be3
...
...
@@ -65,7 +65,6 @@
#define POLARSSL_PLATFORM_C
#define POLARSSL_RSA_C
#define POLARSSL_SHA1_C
#define POLARSSL_SHA256_C
#define POLARSSL_VERSION_C
...
...
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