Browse Source

Fixed variable name for TPM support

master
Michael Preisach 5 years ago
parent
commit
8a0e6d29d4
  1. 2
      README.md

2
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

Loading…
Cancel
Save