Skip to content

Commit 85473cf

Browse files
committed
tiny cleanup.
1 parent 2c57ef3 commit 85473cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

x509_acert/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Based on this example:
1717
Building wolfSSL: Build wolfSSL with
1818

1919
```sh
20-
$ ./configure --enable-acert --enable-opensslextra --enable-rsapss
21-
$ make
22-
$ make install
20+
./configure --enable-acert --enable-opensslextra --enable-rsapss
21+
make
22+
make install
2323
```
2424

2525
Building OpenSSL: At the time of writing this README, attribute cert support
@@ -50,7 +50,7 @@ make wolfssl_acert
5050
Note: you may need to use this script to set your environment
5151

5252
```sh
53-
source set_env
53+
$ source set_env
5454
info: using env: /usr/local/lib64/:/usr/local/lib/
5555
```
5656
## Examples

0 commit comments

Comments
 (0)