mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added MZ_LIBBSD to readme.
This commit is contained in:
parent
29fcb47680
commit
17f8e69f31
@ -17,7 +17,7 @@ option(MZ_PKCRYPT "Enables PKWARE traditional encryption" ON)
|
||||
option(MZ_WZAES "Enables WinZIP AES encryption" ON)
|
||||
option(MZ_LIBCOMP "Enables Apple compression" OFF)
|
||||
option(MZ_OPENSSL "Enables OpenSSL for encryption" OFF)
|
||||
option(MZ_LIBBSD "Enable libbsd random functionality" ON)
|
||||
option(MZ_LIBBSD "Enable libbsd crypto random" ON)
|
||||
option(MZ_BRG "Enables Brian Gladman's encryption library" OFF)
|
||||
option(MZ_SIGNING "Enables zip signing support" ON)
|
||||
option(MZ_COMPRESS_ONLY "Only support compression" OFF)
|
||||
|
@ -79,6 +79,7 @@ cmake --build .
|
||||
| MZ_WZAES | Enables WinZIP AES encryption | ON |
|
||||
| MZ_LIBCOMP | Enables Apple compression | OFF |
|
||||
| MZ_OPENSSL | Enables OpenSSL encryption | OFF |
|
||||
| MZ_LIBBSD | Builds with libbsd crypto random | ON |
|
||||
| MZ_BRG | Enables Brian Gladman's library | OFF |
|
||||
| MZ_SIGNING | Enables zip signing support | ON |
|
||||
| MZ_COMPRESS_ONLY | Only support compression | OFF |
|
||||
|
Loading…
x
Reference in New Issue
Block a user