Some unicode fixes in docs/. No code changes. (0.38.16)
This commit is contained in:
parent
3e0d47a268
commit
b7538ca165
4 changed files with 7 additions and 5 deletions
2
docs/external/README.md
vendored
2
docs/external/README.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# External integrations (optional extensions)
|
||||
|
||||
This section documents Fun’s optional, build‑time selectable extensions. Each page covers:
|
||||
This section documents Fun's optional, build-time selectable extensions. Each page covers:
|
||||
- How to enable the extension via CMake option (FUN_WITH_*)
|
||||
- Build requirements and detection notes
|
||||
- Available opcodes and/or helper functions
|
||||
|
|
|
|||
2
docs/external/libressl.md
vendored
2
docs/external/libressl.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# LibreSSL extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_LIBRESSL=ON
|
||||
- Purpose: provide small crypto helpers backed by LibreSSL’s libcrypto. Includes md5, sha256, sha512, ripemd160 helpers under libressl_* names.
|
||||
- Purpose: provide small crypto helpers backed by LibreSSL's libcrypto. Includes md5, sha256, sha512, ripemd160 helpers under libressl_* names.
|
||||
- Homepage: https://www.libressl.org/
|
||||
|
||||
## Build notes:
|
||||
|
|
|
|||
2
docs/external/openssl.md
vendored
2
docs/external/openssl.md
vendored
|
|
@ -40,4 +40,4 @@
|
|||
|
||||
## Notes:
|
||||
|
||||
- The OpenSSL 3.x provider configuration on your system determines availability of RIPEMD‑160. If the legacy provider is not enabled, openssl_ripemd160() will return an empty string.
|
||||
- The OpenSSL 3.x provider configuration on your system determines availability of RIPEMD-160. If the legacy provider is not enabled, openssl_ripemd160() will return an empty string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue