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
```sh
$ ./configure --enable-acert --enable-opensslextra --enable-rsapss
$ make
$ make install
./configure --enable-acert --enable-opensslextra --enable-rsapss
make
make install
```
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
```sh
source set_env
$ source set_env
info: using env: /usr/local/lib64/:/usr/local/lib/
```
## Examples