From 8a0e6d29d439de8017a4b5f4d7a54421c0bb428e Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Fri, 14 Aug 2020 23:24:39 +0200 Subject: [PATCH] Fixed variable name for TPM support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3ee03..88884ce 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ apt install autoconf autoconf-archive libcmocka0 libcmocka-dev procps iproute2 \ ``` ### Installing xaptum/ecdaa -When the TPM should be available for use on this host, set `TEST_USE_TCP_TPM` accordingly +When the TPM should be available for use on this host, set `ECDAA_TPM_SUPPORT` accordingly ``` # Build the project from source with TPM support cmake .. -DCMAKE_BUILD_TYPE=Release -DECDAA_CURVES=FP256BN -DCMAKE_INSTALL_PREFIX=/usr -DECDAA_TPM_SUPPORT=ON