Skip to content

Commit

Permalink
Remove crypto_tool from build (#1314)
Browse files Browse the repository at this point in the history
This isn't in active use, and blocks modular toolchain work. It's also
not using upstream BoringSSL gn code currently, it would need to be
re-integrated in future.

b/246854012
  • Loading branch information
kaidokert authored Aug 18, 2023
1 parent cf3dcb9 commit 6720d77
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions third_party/boringssl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -176,26 +176,3 @@ static_library("crypto_full") {
configs += [ "//starboard/build/config:speed" ]
}
}

target(final_executable_type, "crypto_tool") {
sources = [
"src/tool/args.cc",
"src/tool/ciphers.cc",
"src/tool/const.cc",
"src/tool/digest.cc",
"src/tool/file.cc",
"src/tool/generate_ed25519.cc",
"src/tool/genrsa.cc",
"src/tool/pkcs12.cc",
"src/tool/rand.cc",
"src/tool/sign.cc",
"src/tool/speed.cc",
"src/tool/tool.cc",
]
include_dirs = [ "src/include" ]
defines = [ "OPENSSL_NO_SOCK" ]
deps = [ ":crypto" ]
if (is_starboard) {
deps += [ "//starboard" ]
}
}

0 comments on commit 6720d77

Please sign in to comment.