025b3d3459
client_shim.cc and runner.go are generalized to handle both ends. Plumb a bit through the test case to control which and add server versions of all the cipher suite tests. Change-Id: Iab2640b390f7ed7160c9a9bf6bb34b8bec761b2e Reviewed-on: https://boringssl-review.googlesource.com/1091 Reviewed-by: Adam Langley <agl@google.com>
10 lines
125 B
CMake
10 lines
125 B
CMake
include_directories(../../include)
|
|
|
|
add_executable(
|
|
bssl_shim
|
|
|
|
bssl_shim.cc
|
|
)
|
|
|
|
target_link_libraries(bssl_shim ssl crypto)
|