Skip to content

Commit 5bef2cb

Browse files
committed
docs(index.md): fix links to libtropic_{examples, functional_tests}.h
1 parent 6a1ff8b commit 5bef2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Functional tests code can be enabled by:
7272
* pass `-DLT_BUILD_TESTS=1` during parent project compilation, or
7373
* in parent CMake file, switch this option on: `set(LT_BUILD_TESTS ON)`
7474

75-
Both examples and functional tests require SH0 private key to establish a secure session with TROPIC01. CMake variable `LT_SH0_PRIV_PATH` is used for that and its default value is set to path to the SH0 private key from the currently used `lab_batch_package`, found in `libtropic/provisioning_data/<lab_batch_package_directory>/sh0_key_pair/`. Naturally, it can be overridden with another path to SH0 private key. CMake loads the key raw data and saves it to `sh0priv` C array, defined in [libtropic_functional_tests.h](../include/libtropic_functional_tests.h) or [libtropic_examples.h](../include/libtropic_examples.h). The variable `LT_SH0_PRIV_PATH` is not expected to be used in user applications.
75+
Both examples and functional tests require SH0 private key to establish a secure session with TROPIC01. CMake variable `LT_SH0_PRIV_PATH` is used for that and its default value is set to path to the SH0 private key from the currently used `lab_batch_package`, found in `libtropic/provisioning_data/<lab_batch_package_directory>/sh0_key_pair/`. Naturally, it can be overridden with another path to SH0 private key. CMake loads the key raw data and saves it to `sh0priv` C array, defined in `include/libtropic_functional_tests.h` or `include/libtropic_examples.h`. The variable `LT_SH0_PRIV_PATH` is not expected to be used in user applications.
7676

7777
## Standalone example projects {#standalone-example-projects}
7878

0 commit comments

Comments
 (0)