load("@fbcode_macros//build_defs:cpp_unittest.bzl", "cpp_unittest")

oncall("secure_pipes")

cpp_unittest(
    name = "ECKey",
    srcs = [
        "ECKeyExchangeTest.cpp",
    ],
    supports_static_listing = False,
    deps = [
        "//fizz/backend:openssl",
        "//fizz/crypto/test:TestKeys",
        "//fizz/crypto/test:TestUtil",
        "//folly:string",
        "//folly/portability:gtest",
        "//folly/ssl:openssl_ptr_types",
    ],
    external_deps = [
        ("openssl", None, "crypto"),
    ],
)
