Skip to content

Commit b5fded2

Browse files
dmitri-dOtto van der Schaaf
authored andcommitted
Fixes to openssl build
1 parent 141498a commit b5fded2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ cc_library(
4444
],
4545
)
4646

47-
cc_library(
48-
name = "openssl-crypto",
49-
srcs = [
50-
"libcrypto.so.1.1",
51-
],
52-
visibility = ["//visibility:public"],
53-
linkstatic=False,
54-
)
55-
5647
cc_library(
5748
name = "base_lib",
5849
srcs = [

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)