tiny cleanup.
parent
2c57ef3344
commit
85473cf196
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue