mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-06 08:20:32 +00:00
Add vendored_openssl
feature.
This feature enables the `vendored` feature from the `openssl` crate and build a statically linked version of openssl.
This commit is contained in:
parent
0b6a003a8b
commit
2f7fbde789
2 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,8 @@ enable_syslog = []
|
|||
mysql = ["diesel/mysql", "diesel_migrations/mysql"]
|
||||
postgresql = ["diesel/postgres", "diesel_migrations/postgres"]
|
||||
sqlite = ["diesel/sqlite", "diesel_migrations/sqlite", "libsqlite3-sys"]
|
||||
# Enable to use a vendored and statically linked openssl
|
||||
vendored_openssl = ["openssl/vendored"]
|
||||
|
||||
# Enable unstable features, requires nightly
|
||||
# Currently only used to enable rusts official ip support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue