We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511d97b commit d7cc117Copy full SHA for d7cc117
README.md
@@ -82,7 +82,7 @@ port install libxml2 xmlsec pkgconfig
82
### Alpine
83
84
``` bash
85
-apk add build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
+apk add build-base openssl libffi-dev openssl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
86
```
87
88
## Troubleshooting
doc/source/install.rst
@@ -59,7 +59,7 @@ Alpine
59
60
.. code-block:: bash
61
62
- apk add build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
+ apk add build-base openssl libffi-dev openssl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec
63
64
65
Troubleshooting
0 commit comments