Remove extra i

pull/410/head
Anthony Hu 2023-10-30 11:27:57 -04:00
parent 8832998add
commit a22540563f
1 changed files with 1 additions and 1 deletions

View File

@ -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