diff options
| author | Steven Fackler <[email protected]> | 2014-11-16 13:57:05 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-16 14:01:24 -0800 |
| commit | 5258ce6ece505c6c9b40310bcff0ef55a3073300 (patch) | |
| tree | eab32d5ca0322fb083a1f18d4ad9321ee367d0ff /openssl-sys/Cargo.toml | |
| parent | Merge pull request #96 from coyotebush/xts (diff) | |
| download | rust-openssl-5258ce6ece505c6c9b40310bcff0ef55a3073300.tar.xz rust-openssl-5258ce6ece505c6c9b40310bcff0ef55a3073300.zip | |
Move AES XTS support to a feature
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 370ec13a..27d8879f 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -10,6 +10,7 @@ build = "src/build.rs" tlsv1_2 = [] tlsv1_1 = [] sslv2 = [] +aes_xts = [] [build-dependencies.pkg-config] git = "https://github.com/alexcrichton/pkg-config-rs" |