We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b122e7 commit 8849b2cCopy full SHA for 8849b2c
BUILD
@@ -38,15 +38,6 @@ cc_library(
38
],
39
)
40
41
-cc_library(
42
- name = "openssl-crypto",
43
- srcs = [
44
- "libcrypto.so.1.1",
45
- ],
46
- visibility = ["//visibility:public"],
47
- linkstatic=False,
48
-)
49
-
50
cc_library(
51
name = "base_lib",
52
srcs = [
@@ -67,7 +58,7 @@ cc_library(
67
58
68
59
deps = [
69
60
":headers",
70
- "@openssl//:openssl-crypto",
61
+ "@openssl//:openssl-lib",
71
62
72
63
73
64
openssl.BUILD
@@ -1,7 +1,7 @@
1
licenses(["notice"]) # Apache 2
2
3
4
+ name = "openssl-lib",
5
6
"libcrypto.so.1.1",
7
0 commit comments