diff options
Diffstat (limited to 'vendor/openssl-sys/debian/patches/disable-bssl.patch')
-rw-r--r-- | vendor/openssl-sys/debian/patches/disable-bssl.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/openssl-sys/debian/patches/disable-bssl.patch b/vendor/openssl-sys/debian/patches/disable-bssl.patch new file mode 100644 index 0000000..e624925 --- /dev/null +++ b/vendor/openssl-sys/debian/patches/disable-bssl.patch @@ -0,0 +1,15 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -30,10 +30,6 @@ + [package.metadata.pkg-config] + openssl = "1.0.1" + +-[dependencies.bssl-sys] +-version = "0.1.0" +-optional = true +- + [dependencies.libc] + version = "0.2" + +@@ -54,1 +51,0 @@ +-unstable_boringssl = ["bssl-sys"] |