Skip to content

Commit

Permalink
Merge branch 'mathias-CRP-2189-remove-unused-openssl-dependency' into…
Browse files Browse the repository at this point in the history
… 'master'

chore(crypto): CRP-2189: Remove unused openssl dependency

The `openssl` dependency in the `BUILD.bazel` file of `rs/crypto/utils/threshold_sig_der` is unused. 

See merge request dfinity-lab/public/ic!14805
  • Loading branch information
mbjorkqvist committed Sep 14, 2023
2 parents 90ea5be + 0227975 commit a5869c0
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 11 deletions.
40 changes: 35 additions & 5 deletions Cargo.Bazel.StaticOpenSSL.json.lock
@@ -1,5 +1,5 @@
{
"checksum": "b2aa6b61739694af35c6d1ba749bcc0dfc0444562254598eab9485b8f9390e14",
"checksum": "ef3a1f40dcc8dd7c2aa41eb22870b049b5a8eb3a892e5d84c800f2644e0e827e",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -26763,12 +26763,27 @@
],
"crate_features": {
"common": [
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {}
"selects": {
"aarch64-unknown-linux-gnu": [
"errno"
],
"arm-unknown-linux-gnueabi": [
"errno"
],
"armv7-unknown-linux-gnueabi": [
"errno"
],
"i686-unknown-linux-gnu": [
"errno"
],
"x86_64-unknown-linux-gnu": [
"errno"
]
}
},
"edition": "2018",
"version": "0.3.8"
Expand Down Expand Up @@ -26802,12 +26817,27 @@
],
"crate_features": {
"common": [
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {}
"selects": {
"aarch64-unknown-linux-gnu": [
"errno"
],
"arm-unknown-linux-gnueabi": [
"errno"
],
"armv7-unknown-linux-gnueabi": [
"errno"
],
"i686-unknown-linux-gnu": [
"errno"
],
"x86_64-unknown-linux-gnu": [
"errno"
]
}
},
"edition": "2021",
"version": "0.4.3"
Expand Down
40 changes: 35 additions & 5 deletions Cargo.Bazel.json.lock
@@ -1,5 +1,5 @@
{
"checksum": "71c27231823e02c4e64c271c24baa773a81b1738c39e1238f537790830165f99",
"checksum": "ddeceff9eb10f7e5d3763dc986a0fa4391e5807bc0732431e0691a6c2291e78f",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -26763,12 +26763,27 @@
],
"crate_features": {
"common": [
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {}
"selects": {
"aarch64-unknown-linux-gnu": [
"errno"
],
"arm-unknown-linux-gnueabi": [
"errno"
],
"armv7-unknown-linux-gnueabi": [
"errno"
],
"i686-unknown-linux-gnu": [
"errno"
],
"x86_64-unknown-linux-gnu": [
"errno"
]
}
},
"edition": "2018",
"version": "0.3.8"
Expand Down Expand Up @@ -26802,12 +26817,27 @@
],
"crate_features": {
"common": [
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {}
"selects": {
"aarch64-unknown-linux-gnu": [
"errno"
],
"arm-unknown-linux-gnueabi": [
"errno"
],
"armv7-unknown-linux-gnueabi": [
"errno"
],
"i686-unknown-linux-gnu": [
"errno"
],
"x86_64-unknown-linux-gnu": [
"errno"
]
}
},
"edition": "2021",
"version": "0.4.3"
Expand Down
1 change: 0 additions & 1 deletion rs/crypto/utils/threshold_sig_der/BUILD.bazel
Expand Up @@ -12,7 +12,6 @@ rust_library(
"//rs/crypto/internal/crypto_lib/types",
"//rs/types/types",
"@crate_index//:base64",
"@crate_index//:openssl",
],
)

Expand Down

0 comments on commit a5869c0

Please sign in to comment.