1
0
Fork 0
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:
Eduardo Sánchez Muñoz 2020-09-25 23:23:13 +02:00
commit 2f7fbde789
2 changed files with 12 additions and 0 deletions

View file

@ -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