summaryrefslogtreecommitdiff
path: root/test/tpm_test/ecc_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tpm_test/ecc_test.py')
-rw-r--r--test/tpm_test/ecc_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tpm_test/ecc_test.py b/test/tpm_test/ecc_test.py
index 9ec34c2f21..aebaa7c4b3 100644
--- a/test/tpm_test/ecc_test.py
+++ b/test/tpm_test/ecc_test.py
@@ -36,7 +36,7 @@ _SIGN_MODE = {
# TPM2 ALG codes.
_HASH = {
- 'NONE': 0x00,
+ 'NONE': 0x10,
'SHA1': 0x04,
'SHA256': 0x0B
}