Skip to content

Commit 8849b2c

Browse files
committed
Fixes to openssl build
1 parent 9b122e7 commit 8849b2c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

BUILD

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ cc_library(
3838
],
3939
)
4040

41-
cc_library(
42-
name = "openssl-crypto",
43-
srcs = [
44-
"libcrypto.so.1.1",
45-
],
46-
visibility = ["//visibility:public"],
47-
linkstatic=False,
48-
)
49-
5041
cc_library(
5142
name = "base_lib",
5243
srcs = [
@@ -67,7 +58,7 @@ cc_library(
6758
],
6859
deps = [
6960
":headers",
70-
"@openssl//:openssl-crypto",
61+
"@openssl//:openssl-lib",
7162
],
7263
)
7364

openssl.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
licenses(["notice"]) # Apache 2
22

33
cc_library(
4-
name = "openssl-crypto",
4+
name = "openssl-lib",
55
srcs = [
66
"libcrypto.so.1.1",
77
],

0 commit comments

Comments
 (0)