From a22540563fb52f1acff6d6b97b71dd74c635b43c Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Mon, 30 Oct 2023 11:27:57 -0400 Subject: [PATCH] Remove extra i --- ocsp/ocsp_nonblock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocsp/ocsp_nonblock/README.md b/ocsp/ocsp_nonblock/README.md index 8fc07042..e0a4fd0f 100644 --- a/ocsp/ocsp_nonblock/README.md +++ b/ocsp/ocsp_nonblock/README.md @@ -36,7 +36,7 @@ Ret = 1: success ## OCSP non-blocking Async example This uses your system certificate chain to demonstrate validating revocation status using an OCSP -public server with wolfSSL's Asynchronous cryptography support. i +public server with wolfSSL's Asynchronous cryptography support. **NOTE:** Before building this example the asynchronous support must be obtained from (https://github.com/wolfSSL/wolfAsyncCrypt) and installed into wolfSSL by following the