Skip to content

Commit

Permalink
Remove incorrect statement about OpenSSL being required
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow authored Dec 29, 2024
1 parent cb72bc2 commit 2e3aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The default features are:
Mostly used by the asset cache subsystem to improve load times.
* file: Faster replacements for `file2text` and `text2file`, as well as reading or checking if files exist.
* git: Functions for robustly checking the current git revision.
* hash: Faster replacement for `md5`, support for SHA-1, SHA-256, and SHA-512. Requires OpenSSL on Linux.
* hash: Faster replacement for `md5`, support for SHA-1, SHA-256, and SHA-512.
* http: Asynchronous HTTP(s) client supporting most standard methods.
* iconforge: A much faster replacement for the spritesheet generation system used by [/tg/station].
* json: Function to check JSON validity.
Expand Down

0 comments on commit 2e3aded

Please sign in to comment.