From 87de2f7dfd47e2191d8b14b18797222dd7ac2b5d Mon Sep 17 00:00:00 2001 From: Jack Tjaden Date: Tue, 28 May 2024 13:56:11 -0600 Subject: [PATCH 1/2] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd481e..9aa9ea8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Currently, the only public example for wolfHSM uses the POSIX simulator. If you are interested in examples for NDA-restricted hardware platforms, please contact us at support@wolfssl.com. ### Posix TCP server and client -This example spawns a wolfHSM client and server, both in their own thread, adn runs the client-side unit tests against the server. server. +This example spawns a wolfHSM client and server, both in their own thread, and runs the client-side unit tests against the server. server. ### Building To build the client and the server, wolfHSM must be configured and built along side wolfSSL. From 75b5f58b24872dd79b68a2c1b59747033a94b48e Mon Sep 17 00:00:00 2001 From: Jack Tjaden Date: Tue, 28 May 2024 16:24:21 -0600 Subject: [PATCH 2/2] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa9ea8..bbc0671 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Currently, the only public example for wolfHSM uses the POSIX simulator. If you are interested in examples for NDA-restricted hardware platforms, please contact us at support@wolfssl.com. ### Posix TCP server and client -This example spawns a wolfHSM client and server, both in their own thread, and runs the client-side unit tests against the server. server. +This example spawns a wolfHSM client and server, both in their own thread, and runs the client-side unit tests against the server. ### Building To build the client and the server, wolfHSM must be configured and built along side wolfSSL.