Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_11602' into 'master'
Browse files Browse the repository at this point in the history
docs: Fix ESP TLS instructions to use wolfSSL (GitHub PR)

Closes IDFGH-10344

See merge request espressif/esp-idf!24097
  • Loading branch information
mahavirj committed Jun 7, 2023
2 parents 5cd6189 + 8133d43 commit 819bbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/api-reference/protocols/esp_tls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ There are two ways to use wolfssl in your project
(First change directory (cd) to your project directory)
mkdir components
cd components
git clone https://github.com/espressif/esp-wolfssl.git
git clone --recursive https://github.com/espressif/esp-wolfssl.git

2) Add wolfssl as an extra component in your project.

* Download wolfssl with::

git clone https://github.com/espressif/esp-wolfssl.git
git clone --recursive https://github.com/espressif/esp-wolfssl.git

* Include esp-wolfssl in ESP-IDF with setting EXTRA_COMPONENT_DIRS in CMakeLists.txt of your project as done in `wolfssl/examples <https://github.com/espressif/esp-wolfssl/tree/master/examples>`_. For reference see Optional Project variables in :doc:`build-system.</api-guides/build-system>`

Expand Down

0 comments on commit 819bbeb

Please sign in to comment.