90fa69aaae
I'm guessing a previous iteration used dlsym to look up the real malloc. Change-Id: I18be9ef4db4ed059400074c8507d4e2fea882fbc Reviewed-on: https://boringssl-review.googlesource.com/4100 Reviewed-by: Adam Langley <agl@google.com>
14 lines
189 B
CMake
14 lines
189 B
CMake
include_directories(../../include)
|
|
|
|
add_executable(
|
|
bssl_shim
|
|
|
|
async_bio.cc
|
|
bssl_shim.cc
|
|
malloc.cc
|
|
packeted_bio.cc
|
|
test_config.cc
|
|
)
|
|
|
|
target_link_libraries(bssl_shim ssl crypto)
|