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