tiny cleanup.

pull/455/head
jordan 2024-08-30 16:39:39 -05:00
parent 2c57ef3344
commit 85473cf196
1 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ Based on this example:
Building wolfSSL: Build wolfSSL with Building wolfSSL: Build wolfSSL with
```sh ```sh
$ ./configure --enable-acert --enable-opensslextra --enable-rsapss ./configure --enable-acert --enable-opensslextra --enable-rsapss
$ make make
$ make install make install
``` ```
Building OpenSSL: At the time of writing this README, attribute cert support Building OpenSSL: At the time of writing this README, attribute cert support
@ -50,7 +50,7 @@ make wolfssl_acert
Note: you may need to use this script to set your environment Note: you may need to use this script to set your environment
```sh ```sh
source set_env $ source set_env
info: using env: /usr/local/lib64/:/usr/local/lib/ info: using env: /usr/local/lib64/:/usr/local/lib/
``` ```
## Examples ## Examples