File: disable-aws-lc.patch

package info (click to toggle)
rust-openssl 0.10.73-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: openssl/Cargo.toml
===================================================================
--- openssl.orig/Cargo.toml
+++ openssl/Cargo.toml
@@ -37,7 +37,6 @@ license = "Apache-2.0"
 repository = "https://github.com/sfackler/rust-openssl"
 
 [features]
-aws-lc = ["ffi/aws-lc"]
 bindgen = ["ffi/bindgen"]
 default = []
 v101 = []