We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c57ef3 commit 85473cfCopy full SHA for 85473cf
1 file changed
x509_acert/README.md
@@ -17,9 +17,9 @@ Based on this example:
17
Building wolfSSL: Build wolfSSL with
18
19
```sh
20
-$ ./configure --enable-acert --enable-opensslextra --enable-rsapss
21
-$ make
22
-$ make install
+./configure --enable-acert --enable-opensslextra --enable-rsapss
+make
+make install
23
```
24
25
Building OpenSSL: At the time of writing this README, attribute cert support
@@ -50,7 +50,7 @@ make wolfssl_acert
50
Note: you may need to use this script to set your environment
51
52
53
-source set_env
+$ source set_env
54
info: using env: /usr/local/lib64/:/usr/local/lib/
55
56
## Examples
0 commit comments