Skip to content

Commit 47dac44

Browse files
update README
1 parent ba898e7 commit 47dac44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

certstore/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ A simple example of using the X509_STORE compatibility layer API with wolfSSL.
99
```
1010
$ cd wolfssl
1111
$ ./autogen.sh # If downloaded from github
12-
$ ./configure --enable-opensslall--enable-crl # CRL is optional.
12+
$ ./configure --enable-opensslall
1313
$ make
1414
$ sudo make install
15+
$ sudo ldconfig # if wanting to update links and cache of recent shared library
1516
```
1617

1718
```

0 commit comments

Comments
 (0)