aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2020-10-10 15:28:44 +0000
committerPete Bentley <prb@google.com>2020-10-10 15:28:44 +0000
commit0b9a27019b348b53b4ee74f5072a7121ab021e4e (patch)
tree4a01a662a3dd27b314a3aad3e75da15e37eb7d96
parent4c66023a252a927c4ba4260cdfd09e036bcb3391 (diff)
downloadms-tpm-20-ref-0b9a27019b348b53b4ee74f5072a7121ab021e4e.tar.gz
Revert "Explicitly disable SM3 hash and SM4 cipher."
This reverts commit 4c66023a252a927c4ba4260cdfd09e036bcb3391. Reason for revert: Should be no longer required after https://r.android.com/1455436 Change-Id: I0deba8d9d714558f39cba6d52d88f8d607fec34a
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index e28d37b..caf246f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,11 +32,6 @@ cc_defaults {
"-DMAX_SYM_DATA=256",
"-DDEBUG=YES",
"-DALG_CAMELLIA=ALG_NO",
- // BoringSSL does not support SM3 or SM4
- // TODO(prb): remove once https://boringssl-review.googlesource.com/c/boringssl/+/43104
- // lands in AOSP.
- "-DOPENSSL_NO_SM3",
- "-DOPENSSL_NO_SM4",
"-Wno-logical-op-parentheses",
"-Wno-empty-body",
"-Wno-missing-field-initializers",