summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-03-17 14:47:05 +0000
committerdanh-arm <dan.handley@arm.com>2015-03-17 14:47:05 +0000
commit3b982be3b374cdc4947e23dd122f748dc7680d09 (patch)
tree8126b506c1562e07f6f7e2c2936b7408866ab155
parent541d788175f5df2f9be34f30bc2b724135c2ceb9 (diff)
parent81ee098327902e9054bce3609c2d8d3dd29db173 (diff)
downloadarm-trusted-firmware-3b982be3b374cdc4947e23dd122f748dc7680d09.tar.gz
Merge pull request #263 from jcastillo-arm/jc/tbb_sha256_int
TBB: remove PolarSSL SHA1 functions from the binary
-rw-r--r--common/auth/polarssl/polarssl.mk1
-rw-r--r--common/auth/polarssl/polarssl_config.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/common/auth/polarssl/polarssl.mk b/common/auth/polarssl/polarssl.mk
index f7d92ea8d..69c741f7c 100644
--- a/common/auth/polarssl/polarssl.mk
+++ b/common/auth/polarssl/polarssl.mk
@@ -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 \
diff --git a/common/auth/polarssl/polarssl_config.h b/common/auth/polarssl/polarssl_config.h
index 531e08453..b419bf9b7 100644
--- a/common/auth/polarssl/polarssl_config.h
+++ b/common/auth/polarssl/polarssl_config.h
@@ -65,7 +65,6 @@
#define POLARSSL_PLATFORM_C
#define POLARSSL_RSA_C
-#define POLARSSL_SHA1_C
#define POLARSSL_SHA256_C
#define POLARSSL_VERSION_C