Skip to content

Commit

Permalink
bazel: use openssl from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Oct 4, 2023
1 parent 8eeaffb commit b275b5e
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 517 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ cc_library(
],
deps = [
":ms_tpm_20_ref_google_samples",
"@org_openssl//:openssl",
"@org_openssl//:org_openssl",
],
target_compatible_with = [
"@platforms//os:linux",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
+ ],
+ deps = [
+ ":ms_tpm_20_ref_google_samples",
+ "@org_openssl//:openssl",
+ "@org_openssl//:org_openssl",
+ ],
+ target_compatible_with = [
+ "@platforms//os:linux",
Expand Down
45 changes: 0 additions & 45 deletions 3rdparty/bazel/org_openssl/BUILD.bazel

This file was deleted.

17 changes: 0 additions & 17 deletions 3rdparty/bazel/org_openssl/BUILD.nasm.bazel

This file was deleted.

125 changes: 0 additions & 125 deletions 3rdparty/bazel/org_openssl/BUILD.openssl.bazel

This file was deleted.

Loading

0 comments on commit b275b5e

Please sign in to comment.