Skip to content

Commit 74965b0

Browse files
committed
Document the smime and indef flags the pkcs7 examples need
1 parent c3c28ea commit 74965b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkcs7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note, some examples require additional features, such as "--with-libz" and
2020
"--enable-pwdbased". To build wolfSSL with support for all examples, use:
2121

2222
```
23-
$ ./configure --enable-pkcs7 --enable-pwdbased --enable-cryptocb --with-libz CFLAGS="-DWOLFSSL_DER_TO_PEM"
23+
$ ./configure --enable-pkcs7 --enable-indef --enable-smime --enable-pwdbased --enable-cryptocb --with-libz CFLAGS="-DWOLFSSL_DER_TO_PEM"
2424
$ make
2525
$ sudo make install
2626
```

0 commit comments

Comments
 (0)